From 00d118d22446b52fd7453d934869996b32693c71 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 23 Feb 2016 14:57:54 +0300 Subject: Update debug make script. --- build/bmakedebug | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'build/bmakedebug') diff --git a/build/bmakedebug b/build/bmakedebug index 4ae797e97..237f37134 100755 --- a/build/bmakedebug +++ b/build/bmakedebug @@ -4,8 +4,8 @@ cd .. dir=`pwd` -export CC=gcc-5 -export CXX=g++-5 +export CC=gcc +export CXX=g++ export LANG=C @@ -45,12 +45,14 @@ export CXXFLAGS="-ggdb3 -O2 -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 \ --Wconditionally-supported -Wdate-time \ --fno-var-tracking \ --Wopenmp-simd -Wformat-signedness \ --Wswitch-bool -Wmemset-transposed-args -Wchkp -Wc++14-compat -Wsized-deallocation \ --Wlogical-not-parentheses -Woverloaded-virtual" +-fsched-pressure -Wconditionally-supported -Wdate-time -fno-var-tracking \ +-Wopenmp-simd -Wformat-signedness -Wformat-contains-nul \ +-Wformat-extra-args -Wformat-security -Wswitch-bool -Wswitch-enum \ +-Wformat-y2k -Wformat-zero-length -Wmemset-transposed-args -Wchkp \ +-Wc++14-compat -Wsized-deallocation -Wlogical-not-parentheses \ +-Woverloaded-virtual -Warray-bounds -Wbool-compare -Wchar-subscripts \ +-Wcomment -Wmissing-braces -Wnonnull -Wopenmp-simd -Wparentheses \ +-Wreturn-type -Wsequence-point -Wswitch" autoreconf -i ./configure --prefix=$dir/run \ -- cgit v1.2.3-60-g2f50