summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/bmakedebug3
-rwxr-xr-xbuild/bmakemem (renamed from build/bmake)3
-rwxr-xr-xbuild/bmakespeed2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packtmw2
-rwxr-xr-xbuild/packwin2
6 files changed, 8 insertions, 6 deletions
diff --git a/build/bmakedebug b/build/bmakedebug
index 2254234d0..521d88f68 100755
--- a/build/bmakedebug
+++ b/build/bmakedebug
@@ -35,7 +35,8 @@ export CXXFLAGS="-ggdb3 -Og -pipe -ffast-math \
-Woverlength-strings -Wpedantic -Wsign-compare -Wsizeof-pointer-memaccess \
-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"
+-Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -ftrapv \
+-fsched-pressure"
autoreconf -i
./configure --prefix=$dir/run \
diff --git a/build/bmake b/build/bmakemem
index 0e6761bb7..2ffea4030 100755
--- a/build/bmake
+++ b/build/bmakemem
@@ -34,7 +34,8 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \
-Woverlength-strings -Wpedantic -Wsign-compare -Wsizeof-pointer-memaccess \
-Wsuggest-attribute=format -Wtype-limits -Wuninitialized \
-Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function \
--Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable"
+-Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable \
+-fsched-pressure"
autoreconf -i
./configure --prefix=$dir/run \
diff --git a/build/bmakespeed b/build/bmakespeed
index 5f182c815..56a563247 100755
--- a/build/bmakespeed
+++ b/build/bmakespeed
@@ -13,7 +13,7 @@ export CXXFLAGS="-ggdb3 -O5 -pipe -ffast-math \
-funswitch-loops -pedantic -Wall \
-D_FORTIFY_SOURCE=2 -Wc++11-compat -std=c++0x \
-funsafe-loop-optimizations -flto -fwhole-program \
--march=native"
+-march=native -fsched-pressure"
autoreconf -i
./configure --prefix=$dir/run \
diff --git a/build/packevol b/build/packevol
index 464f241c0..60a4363cb 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.3.29" \
+ -DPRODUCT_VERSION="1.4.4.12" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index bc75db779..c6c04f06c 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.3.29" \
+ -DPRODUCT_VERSION="1.4.4.12" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index ba4cc5f87..10961c2de 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.3.29" \
+ -DPRODUCT_VERSION="1.4.4.12" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi