summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-07-23 17:31:48 +0200
committerNick Schermer <nick@xfce.org>2012-07-23 17:31:48 +0200
commit236a0c578369bfc726f7d9a830975cbeaefbfee5 (patch)
tree5c1e809c9510b55c971168af92c3b4af6cde4348 /m4macros
parent9244250ac0c15ba160688758c5dccf97f3f160ef (diff)
downloadxfce4-dev-tools-236a0c578369bfc726f7d9a830975cbeaefbfee5.tar.gz
Remove FORTIFY_SOURCE=2.
This gives warnings with full debug builds on recent gcc versions.
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/xdt-features.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/xdt-features.m4 b/m4macros/xdt-features.m4
index c5f5583..f258822 100644
--- a/m4macros/xdt-features.m4
+++ b/m4macros/xdt-features.m4
@@ -79,7 +79,7 @@ AC_HELP_STRING([--disable-debug], [Include no debugging support]),
-Wcast-align -Wformat-security \
-Winit-self -Wmissing-include-dirs -Wundef \
-Wmissing-format-attribute -Wnested-externs"
- CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
+ CPPFLAGS="$CPPFLAGS"
if test x`uname` = x"Linux"; then
xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -fstack-protector"