diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-22 04:27:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-03-22 04:27:05 +0300 |
commit | 4fc62da8cdd2d9bae92c5844aa096599f9906e38 (patch) | |
tree | 8d24a632ee350546235dd149c6c7d67f508f2e70 /build | |
parent | a8b56495564485d37e1f58d917ae763f5b0074ae (diff) | |
download | plus-4fc62da8cdd2d9bae92c5844aa096599f9906e38.tar.gz plus-4fc62da8cdd2d9bae92c5844aa096599f9906e38.tar.bz2 plus-4fc62da8cdd2d9bae92c5844aa096599f9906e38.tar.xz plus-4fc62da8cdd2d9bae92c5844aa096599f9906e38.zip |
Add flag for new standarts to gcc 4.6 build file.
Diffstat (limited to 'build')
-rwxr-xr-x | build/bmake46 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bmake46 b/build/bmake46 index e4d3e7e8e..321384134 100755 --- a/build/bmake46 +++ b/build/bmake46 @@ -49,7 +49,7 @@ export CXXFLAGS="-Wvariadic-macros -Wvla -Wredundant-decls \ -Wstack-protector -Wshadow -Wunused -Wunused-macros -Wsynth \ -Wbuiltin-macro-redefined -Wctor-dtor-privacy -Wdeprecated -Wextra \ -Wendif-labels -Wformat=1 -Wimport -Wnon-virtual-dtor -Wpsabi \ --Wsign-promo -Wwrite-strings -D_FORTIFY_SOURCE=2" +-Wsign-promo -Wwrite-strings -D_FORTIFY_SOURCE=2 -Wc++0x-compat" autoreconf -i ./configure --prefix=$dir/run \ |