Undefine FORTIFY_SOURCE in debug mode
This commit is contained in:
parent
770e7945c3
commit
aa67295dae
@ -157,7 +157,7 @@ AC_ARG_ENABLE(debug,
|
||||
done
|
||||
CFLAGS="$nxflags -O0 -g3"
|
||||
])
|
||||
CPPFLAGS="$CPPFLAGS -DDEBUG=1"
|
||||
CPPFLAGS="$CPPFLAGS -DDEBUG=1 -UFORTIFY_SOURCE"
|
||||
])
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user