xbps_api.h: disable assert() with NDEBUG def.
--HG-- extra : convert_revision : 19bc838cc3d6a56ee1c80d79b2546467fa84e6a5
This commit is contained in:
parent
8523e208fe
commit
f2b90d42aa
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <assert.h>
|
||||
|
||||
#include <prop/proplib.h>
|
||||
|
|
Loading…
Reference in a new issue