We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7126574 commit d704af6Copy full SHA for d704af6
configure.ac
@@ -309,10 +309,10 @@ fi
309
310
AC_ARG_ENABLE(assertions,
311
AS_HELP_STRING([--enable-assertions],
312
- [Turn on assertions checks (undefine NDEBUG)]),
+ [Turn on assertions checks (undefine NDEBUG, define _GLIBCXX_ASSERTIONS & _FORTIFY_SOURCE)]),
313
[
314
if test "${enableval}" = "yes"; then
315
- assertions='-UNDEBUG'
+ assertions='-UNDEBUG -D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS'
316
else
317
assertions='-DNDEBUG'
318
fi
0 commit comments