summaryrefslogtreecommitdiff
path: root/bmake46
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-10 00:29:26 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-10 00:29:26 +0300
commitc791a0f5f7876b89f39644a13679a0a55b6c1322 (patch)
tree05a71b4cc40d6bf312038492e700da8edf2fa088 /bmake46
parent22a66542b07a4238ef55e0a4aace09a62f416103 (diff)
downloadplus-c791a0f5f7876b89f39644a13679a0a55b6c1322.tar.gz
plus-c791a0f5f7876b89f39644a13679a0a55b6c1322.tar.bz2
plus-c791a0f5f7876b89f39644a13679a0a55b6c1322.tar.xz
plus-c791a0f5f7876b89f39644a13679a0a55b6c1322.zip
add shadow flag to make scripts.
Diffstat (limited to 'bmake46')
-rwxr-xr-xbmake462
1 files changed, 1 insertions, 1 deletions
diff --git a/bmake46 b/bmake46
index ecd151e26..a9f343033 100755
--- a/bmake46
+++ b/bmake46
@@ -44,7 +44,7 @@ export CXXFLAGS="-Wvariadic-macros -Wvla -Wredundant-decls \
-Wcast-align -Wcast-qual -Wpointer-arith -Wundef \
-Wmissing-include-dirs -Winit-self -pedantic -Wall -ggdb3 -O2 -pipe \
-Wpacked -Wextra -Wstrict-overflow=1 -Wunknown-pragmas -Wwrite-strings \
--Wstack-protector"
+-Wstack-protector -Wshadow"
autoreconf -i
./configure --prefix=$dir/run \