[vlc-commits] Test: undefine NDEBUG for all build configurations
Hugo Beauzée-Luyssen
git at videolan.org
Fri Jan 8 11:37:53 CET 2016
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Jan 8 11:37:07 2016 +0100| [1c7f99b0a1406080d26687648a17bf9c01ea92f4] | committer: Jean-Baptiste Kempf
Test: undefine NDEBUG for all build configurations
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c7f99b0a1406080d26687648a17bf9c01ea92f4
---
test/modules/keystore/test.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/modules/keystore/test.c b/test/modules/keystore/test.c
index b9ea009..9eac231 100644
--- a/test/modules/keystore/test.c
+++ b/test/modules/keystore/test.c
@@ -31,6 +31,7 @@
#include <vlc_interrupt.h>
#include <vlc_keystore.h>
+#undef NDEBUG
#include <assert.h>
static const struct
More information about the vlc-commits
mailing list