diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-02 12:00:49 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-02 12:00:49 +0100 |
| commit | df736f5a97b329377e45adb8d734fd58ea9b14ac (patch) | |
| tree | 3732c099058d06bb333a9104268b24a7e7fd2b99 /makefile | |
| parent | b0d5c39d8acbd1429990e383ddd67226fc7bc0f9 (diff) | |
making makefile more readable
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ VOIDC_D := $(VOIDC_CXX:.cc=.d) VOIDC := $(TOP_DIR)/voidc # ====== Flags ====== # -CXX_FLAGS := -std=c++14 -Wall -Wextra -Werror -pedantic \ +CXX_FLAGS := -std=c++14 \ + -Wall -Wextra -Werror -pedantic\ -MMD -MP -fno-rtti -fno-exceptions \ -I$(SRC_DIR) |
