summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-11 11:13:20 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-11 11:13:20 +0100
commit16dc21cd1a820b49901df69ab3f21da1ddc69476 (patch)
treef633c2ee79af2f0fd70fdea411b20eb4d30f2854 /Makefile
parent9f6a7d71b179b72a12790a9d363789240003e20a (diff)
interduce defer macro
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21c9120..ea58df2 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ CC_STD = -std=c11
CC_FLAGS = $(CC_STD) $(CSH_FLAGS)
CXX = clang++
-CXX_STD = -std=c++11
+CXX_STD = -std=c++17
CXX_FLAGS = -fno-rtti -fno-exceptions $(CXX_STD) $(CSH_FLAGS)
CARGO = cargo