Skip to content

Commit aa67295

Browse files
committed
Undefine FORTIFY_SOURCE in debug mode
1 parent 770e794 commit aa67295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ AC_ARG_ENABLE(debug,
157157
done
158158
CFLAGS="$nxflags -O0 -g3"
159159
])
160-
CPPFLAGS="$CPPFLAGS -DDEBUG=1"
160+
CPPFLAGS="$CPPFLAGS -DDEBUG=1 -UFORTIFY_SOURCE"
161161
])
162162
])
163163

0 commit comments

Comments
 (0)