diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-03 16:15:27 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-03 16:15:27 +0100 |
| commit | 710197797f399a17fc3bcabe2d3816e728487571 (patch) | |
| tree | 1f27be9e39a8cb07765e74a9f3a3d3810a324019 /makefile | |
| parent | 448b3baa76b6bd25e972e1134941cb649b6a91d0 (diff) | |
working on identifiers
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
