undefine NDEBUG for tests

(closes #406)
This commit is contained in:
andy5995
2019-07-29 14:51:21 -05:00
parent a91aa5e35d
commit 8799623806

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)