]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
undefine NDEBUG for tests 501/head
authorandy5995 <andy400-dev@yahoo.com>
Mon, 29 Jul 2019 19:51:21 +0000 (14:51 -0500)
committerandy5995 <andy400-dev@yahoo.com>
Tue, 30 Jul 2019 19:34:51 +0000 (14:34 -0500)
(closes #406)

tests/Makefile.am

index a41aabcd399a8ff2317dc4f72619870dbc5051e7..033ea2326bd791a08aaeefed84680f9b4dbbae11 100644 (file)
@@ -1,5 +1,5 @@
 
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests -UNDEBUG
 
 LDADD= $(LIBJSON_LA)