From: andy5995 Date: Mon, 29 Jul 2019 19:51:21 +0000 (-0500) Subject: undefine NDEBUG for tests X-Git-Tag: json-c-0.14-20200419~70^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F501%2Fhead;p=thirdparty%2Fjson-c.git undefine NDEBUG for tests (closes #406) --- diff --git a/tests/Makefile.am b/tests/Makefile.am index a41aabcd..033ea232 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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)