summaryrefslogtreecommitdiff
path: root/build/bmake
diff options
context:
space:
mode:
Diffstat (limited to 'build/bmake')
-rwxr-xr-xbuild/bmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/bmake b/build/bmake
index 1d9a28d29..b444754eb 100755
--- a/build/bmake
+++ b/build/bmake
@@ -13,10 +13,10 @@ export LANG=C
export CXXFLAGS="-pedantic -ggdb3 -O3 -pipe -ffast-math \
-D_FORTIFY_SOURCE=2 \
--std=gnu++1z \
+-std=gnu++2a \
-fno-var-tracking -Wno-attributes"
-source ./tools/ci/flags/gcc7.sh
+source ./tools/ci/flags/gcc8.sh
export CXXFLAGS="$CXXFLAGS -Wno-null-dereference"