tests: Make the regression tests easier to debug

Add debugging info to test binaries and disable optimizations.

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
Tyler Hicks 2014-06-10 12:55:14 -05:00
parent a79453fb1f
commit f32daf1e34

View file

@ -46,7 +46,7 @@ libapparmor by adding USE_SYSTEM=1 to your make command.${nl}\
LDLIBS += -Wl,-Bstatic -lapparmor -Wl,-Bdynamic -lpthread
endif # USE_SYSTEM
CFLAGS += -Wall -Wstrict-prototypes
CFLAGS += -g -O0 -Wall -Wstrict-prototypes
SRC=access.c \
introspect.c \