mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 06:29:06 +08:00
Merge pull request #501 from andy5995/iss_406-2
undefine NDEBUG for tests
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user