summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-03-03 16:15:27 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-03-03 16:15:27 +0100
commit710197797f399a17fc3bcabe2d3816e728487571 (patch)
tree1f27be9e39a8cb07765e74a9f3a3d3810a324019 /makefile
parent448b3baa76b6bd25e972e1134941cb649b6a91d0 (diff)
working on identifiers
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)