diff options
Diffstat (limited to 'build/bmakespeed')
-rwxr-xr-x | build/bmakespeed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bmakespeed b/build/bmakespeed index ad0fec601..f9a3bc0bd 100755 --- a/build/bmakespeed +++ b/build/bmakespeed @@ -16,7 +16,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O5 -pipe -ffast-math \ -funsafe-loop-optimizations -flto -fwhole-program \ -march=native -fsched-pressure -std=gnu++1z \ --fno-var-tracking" +-fno-var-tracking -Wno-attributes" source ./build/gcc6flags.sh |