diff options
-rwxr-xr-x | build/bmakespeed | 2 |
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" |