Define ENABLE_DEBUGGING when specified
This commit is contained in:
parent
23a103a56c
commit
b7b47ed27e
@ -119,7 +119,7 @@ if test "x$ac_cv_debugging" = "xyes"; then
|
||||
])
|
||||
fi
|
||||
|
||||
COMMON_CFLAGS="$COMMON_CFLAGS -D_FORTIFY_SOURCE=2"
|
||||
COMMON_CFLAGS="$COMMON_CFLAGS -D_FORTIFY_SOURCE=2 -DENABLE_DEBUGGING=1"
|
||||
else
|
||||
COMMON_CFLAGS="$COMMON_CFLAGS -O2"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user