mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-03 15:55:46 +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:
@@ -46,7 +46,7 @@ libapparmor by adding USE_SYSTEM=1 to your make command.${nl}\
|
|||||||
LDLIBS += -Wl,-Bstatic -lapparmor -Wl,-Bdynamic -lpthread
|
LDLIBS += -Wl,-Bstatic -lapparmor -Wl,-Bdynamic -lpthread
|
||||||
endif # USE_SYSTEM
|
endif # USE_SYSTEM
|
||||||
|
|
||||||
CFLAGS += -Wall -Wstrict-prototypes
|
CFLAGS += -g -O0 -Wall -Wstrict-prototypes
|
||||||
|
|
||||||
SRC=access.c \
|
SRC=access.c \
|
||||||
introspect.c \
|
introspect.c \
|
||||||
|
Reference in New Issue
Block a user