Skip to content

Commit

Permalink
Undefine FORTIFY_SOURCE in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 1, 2017
1 parent 770e794 commit aa67295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ AC_ARG_ENABLE(debug,
done
CFLAGS="$nxflags -O0 -g3"
])
CPPFLAGS="$CPPFLAGS -DDEBUG=1"
CPPFLAGS="$CPPFLAGS -DDEBUG=1 -UFORTIFY_SOURCE"
])
])

Expand Down

0 comments on commit aa67295

Please sign in to comment.