diff options
Diffstat (limited to 'build/bmakedebug')
-rwxr-xr-x | build/bmakedebug | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/build/bmakedebug b/build/bmakedebug index 521d88f68..8c3d43089 100755 --- a/build/bmakedebug +++ b/build/bmakedebug @@ -4,12 +4,12 @@ cd .. dir=`pwd` -export CC=gcc-4.8 -export CXX=g++-4.8 +export CC=gcc-4.9 +export CXX=g++-4.9 export LANG=C -export CXXFLAGS="-ggdb3 -Og -pipe -ffast-math \ +export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \ -fsanitize=address \ -fno-omit-frame-pointer -funswitch-loops \ -Wvariadic-macros -Wvla -Wredundant-decls \ @@ -36,7 +36,9 @@ export CXXFLAGS="-ggdb3 -Og -pipe -ffast-math \ -Wsuggest-attribute=format -Wtype-limits -Wuninitialized \ -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function \ -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -ftrapv \ --fsched-pressure" +-fsched-pressure \ +-Wconditionally-supported -Wdate-time \ +-fno-var-tracking" autoreconf -i ./configure --prefix=$dir/run \ |