2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

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 \