From 8799623806f7e982c65f129f3080592c4840597e Mon Sep 17 00:00:00 2001 From: andy5995 Date: Mon, 29 Jul 2019 14:51:21 -0500 Subject: [PATCH] undefine NDEBUG for tests (closes #406) --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5