Remove FORTIFY_SOURCE from define lists
FORTIFY_SOURCE is pre-defined on newer GCC anyway, and it was never particularly important anyway.
This commit is contained in:
parent
db18432f1c
commit
6e611b51be
@ -146,7 +146,6 @@ if test "x$ac_cv_debugging" = "xyes"; then
|
||||
fi
|
||||
|
||||
AC_DEFINE([ENABLE_DEBUGGING], [], [Description])
|
||||
AC_DEFINE([_FORTIFY_SOURCE], [2], [Description])
|
||||
AC_DEFINE([_GLIBCXX_DEBUG], [], [Description])
|
||||
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user