mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Undefine FORTIFY_SOURCE in debug mode
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ AC_ARG_ENABLE(debug,
|
||||
done
|
||||
CFLAGS="$nxflags -O0 -g3"
|
||||
])
|
||||
CPPFLAGS="$CPPFLAGS -DDEBUG=1"
|
||||
CPPFLAGS="$CPPFLAGS -DDEBUG=1 -UFORTIFY_SOURCE"
|
||||
])
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user