summaryrefslogtreecommitdiff
path: root/build/bmakestl
diff options
context:
space:
mode:
Diffstat (limited to 'build/bmakestl')
-rwxr-xr-xbuild/bmakestl4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/bmakestl b/build/bmakestl
index 7ca4b8a5e..a8eebb844 100755
--- a/build/bmakestl
+++ b/build/bmakestl
@@ -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"