undefine NDEBUG for tests

(closes #406)
This commit is contained in:
andy5995
2019-07-30 14:34:51 -05:00
parent a91aa5e35d
commit 8799623806
+1 -1
View 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)