diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/bmakedebug | 10 | ||||
-rwxr-xr-x | build/bmakemem | 7 | ||||
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packtmw | 2 | ||||
-rwxr-xr-x | build/packwin | 2 |
5 files changed, 13 insertions, 10 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 \ diff --git a/build/bmakemem b/build/bmakemem index 2ffea4030..143362da0 100755 --- a/build/bmakemem +++ b/build/bmakemem @@ -4,8 +4,8 @@ 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 @@ -35,7 +35,8 @@ 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 \ --fsched-pressure" +-fsched-pressure \ +-Wconditionally-supported -Wdate-time" autoreconf -i ./configure --prefix=$dir/run \ diff --git a/build/packevol b/build/packevol index 60a4363cb..6f5460d33 100755 --- a/build/packevol +++ b/build/packevol @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.4.4.12" \ + -DPRODUCT_VERSION="1.4.4.26" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index c6c04f06c..2163d7a41 100755 --- a/build/packtmw +++ b/build/packtmw @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.4.4.12" \ + -DPRODUCT_VERSION="1.4.4.26" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 10961c2de..9e647ba64 100755 --- a/build/packwin +++ b/build/packwin @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.4.4.12" \ + -DPRODUCT_VERSION="1.4.4.26" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |