mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01: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:
parent
a79453fb1f
commit
f32daf1e34
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue