summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9fada52..69fb0c1 100644
--- a/makefile
+++ b/makefile
@@ -28,7 +28,7 @@ VOIDC_D := $(VOIDC_CXX:.cc=.d)
VOIDC := $(TOP_DIR)/voidc
# ====== Flags ====== #
-CXX_FLAGS := -std=c++14 \
+CXX_FLAGS := -std=c++17 \
-Wall -Wextra -Werror -pedantic\
-MMD -MP -fno-rtti -fno-exceptions \
-I$(SRC_DIR)