mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
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 <stdio.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
// #define NDEBUG
|
#define NDEBUG
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include <prop/proplib.h>
|
#include <prop/proplib.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue