summaryrefslogtreecommitdiff
path: root/build/bmakespeed
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-04-06 21:40:01 +0300
committerAndrei Karas <akaras@inbox.ru>2014-04-06 21:40:01 +0300
commitf73819c8e075b0925381052590a5ac9ec6ac1b68 (patch)
treeeb6d0ff8cc204243821aa06cd8478c4bee915086 /build/bmakespeed
parent2a4363ec9c80eafae21835c6c6fe92d7c10678ce (diff)
downloadplus-f73819c8e075b0925381052590a5ac9ec6ac1b68.tar.gz
plus-f73819c8e075b0925381052590a5ac9ec6ac1b68.tar.bz2
plus-f73819c8e075b0925381052590a5ac9ec6ac1b68.tar.xz
plus-f73819c8e075b0925381052590a5ac9ec6ac1b68.zip
Add optimisation flag into make scripts.
Diffstat (limited to 'build/bmakespeed')
-rwxr-xr-xbuild/bmakespeed2
1 files changed, 1 insertions, 1 deletions
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 \