summaryrefslogtreecommitdiff
path: root/build/bmakespeed
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-05-05 20:30:21 +0300
committerAndrei Karas <akaras@inbox.ru>2018-05-05 23:03:46 +0300
commit4e7b64f4c034e1d11b8ada8f2ba7f48dcb2fa8d8 (patch)
treef5bd7d8c1a6e4969b11224477ab53788edcb00bf /build/bmakespeed
parent704672e323f88c68690ae976233e7447c131c96c (diff)
downloadmv-4e7b64f4c034e1d11b8ada8f2ba7f48dcb2fa8d8.tar.gz
mv-4e7b64f4c034e1d11b8ada8f2ba7f48dcb2fa8d8.tar.bz2
mv-4e7b64f4c034e1d11b8ada8f2ba7f48dcb2fa8d8.tar.xz
mv-4e7b64f4c034e1d11b8ada8f2ba7f48dcb2fa8d8.zip
Switch build script to gcc-8.
Add gcc-8 build flags file.
Diffstat (limited to 'build/bmakespeed')
-rwxr-xr-xbuild/bmakespeed4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/bmakespeed b/build/bmakespeed
index dd93fa045..bb2f153ff 100755
--- a/build/bmakespeed
+++ b/build/bmakespeed
@@ -15,10 +15,10 @@ export CXXFLAGS="-pedantic -ggdb3 -O5 -pipe -ffast-math \
-D_FORTIFY_SOURCE=2 \
-funsafe-loop-optimizations -flto -fwhole-program \
-march=native -fsched-pressure \
--std=gnu++1z \
+-std=gnu++2a \
-fno-var-tracking -Wno-attributes"
-source ./tools/ci/flags/gcc7.sh
+source ./tools/ci/flags/gcc8.sh
autoreconf -i
cd build/tmp