From 1fe6312c2d0eee5d476c08bee01f0a6bfc9c8c01 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 12 Jul 2013 14:25:07 +0800 Subject: [PATCH] test/lib: build with -DEBUG Signed-off-by: Jeremy Kerr --- test/lib/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/lib/Makefile.am b/test/lib/Makefile.am index bfcf9c2..16052c6 100644 --- a/test/lib/Makefile.am +++ b/test/lib/Makefile.am @@ -16,10 +16,9 @@ AUTOMAKE_OPTIONS = parallel-tests AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ - $(DEFAULT_CPPFLAGS) + -DDEBUG -AM_CFLAGS = \ - $(DEFAULT_CFLAGS) +AM_CFLAGS = -O0 -ggdb -Wall -Wextra -Werror list_test_SOURCES = list-test.c list_test_LDADD = ../../lib/libpbcore.la -- 2.39.2