summaryrefslogtreecommitdiff
path: root/bmake
diff options
context:
space:
mode:
Diffstat (limited to 'bmake')
-rwxr-xr-xbmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bmake b/bmake
index d7c7e4482..fa5462407 100755
--- a/bmake
+++ b/bmake
@@ -33,7 +33,7 @@ export CXXFLAGS="-Wunreachable-code -Wmissing-field-initializers \
-Wempty-body -Wsign-compare -Wclobbered -Wcast-align -Wcast-qual \
-Wtype-limits -Wpointer-arith -Wundef -Wmissing-include-dirs \
-Wignored-qualifiers -Winit-self -pedantic -Wall -ggdb3 -O2 -pipe \
--Wpacked -Wshadow"
+-Wpacked -Wshadow -D_FORTIFY_SOURCE=2"
autoreconf -i
./configure --prefix=$dir/run \