summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-18 23:53:06 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-18 23:53:06 +0300
commit4305bda4ccef81adabc6f4f23ed41c157256a0c1 (patch)
tree0e418844e4b13b3bf1024c814417fa4fb472306c /build
parentf9701c599082cdd578130d4913dcb0dd9d205a1d (diff)
downloadplus-4305bda4ccef81adabc6f4f23ed41c157256a0c1.tar.gz
plus-4305bda4ccef81adabc6f4f23ed41c157256a0c1.tar.bz2
plus-4305bda4ccef81adabc6f4f23ed41c157256a0c1.tar.xz
plus-4305bda4ccef81adabc6f4f23ed41c157256a0c1.zip
Fix typo in bmakespeed.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/bmakespeed2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bmakespeed b/build/bmakespeed
index f9a3bc0bd..f6b15027a 100755
--- a/build/bmakespeed
+++ b/build/bmakespeed
@@ -14,7 +14,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O5 -pipe -ffast-math \
-funswitch-loops \
-D_FORTIFY_SOURCE=2 \
-funsafe-loop-optimizations -flto -fwhole-program \
--march=native -fsched-pressure
+-march=native -fsched-pressure \
-std=gnu++1z \
-fno-var-tracking -Wno-attributes"