diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-01 19:08:38 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-01 19:08:38 +0100 |
| commit | 62ace5068979d4956abd2897e27eb5e078ac95dc (patch) | |
| tree | 33662761749aefad92d0a5925f2337b3375f4907 /makefile | |
| parent | caa484d1cff738aa218fea7e20c257192977e7e6 (diff) | |
string handling
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ PRINTF := printf # ====== Flags ====== # CCXX_FLAGS := \ -Wall -Wextra -Werror -pedantic \ - -MMD -MP + -MMD -MP -I$(SRC_DIR) CXX_FLAGS := -std=c++14 -nostdlib++ \ $(CCXX_FLAGS) -fno-rtti -fno-exceptions |
