diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-03 17:48:40 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-03 17:48:40 +0100 |
| commit | 800ef6c8265e79f0653cf07ed8825419e2085e8b (patch) | |
| tree | 86189aa9d50a13e6d428a67ac6861d67302f6bc0 /makefile | |
| parent | 0cf46b7e62aea39bd8ee054dbee55a8bc29bb183 (diff) | |
adding explicit error flag
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ VOIDC := $(TOP_DIR)/voidc CXX_FLAGS := -std=c++17 \ -Wall -Wextra -Werror -pedantic\ -MMD -MP -fno-rtti -fno-exceptions \ + -Wimplicit-fallthrough \ -I$(SRC_DIR) LD_FLAGS := -lc -nostdlib++ |
