aboutsummaryrefslogtreecommitdiffstats
path: root/macros.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--macros.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.mk b/macros.mk
index e7cb470..3fe8e96 100644
--- a/macros.mk
+++ b/macros.mk
@@ -61,7 +61,7 @@ ifeq ($(CXX), g++)
$(error This build mode is only useable with clang++.)
endif
EXTRA_CXX_FALGS=-I$(shell $(LLVM_CONF) --src-root)/tools/clang/include -I$(shell $(LLVM_CONF) --obj-root)/tools/clang/include\
- -std=c++1z -stdlib=libstdc++ -UNDEBUG -fexceptions
+ -std=c++17 -stdlib=libstdc++ -UNDEBUG -fexceptions
EXTRA_LD_FLAGS=-v
endif