summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9fada52..ad700ec 100644
--- a/makefile
+++ b/makefile
@@ -28,9 +28,10 @@ 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 \
+ -Wimplicit-fallthrough \
-I$(SRC_DIR)
LD_FLAGS := -lc -nostdlib++