diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-07-24 11:05:50 +0200 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-07-24 11:11:23 +0200 |
commit | e7dc403c36d5958238691578610d442a27ecc943 (patch) | |
tree | 95ad6a7f74acf736c5d423c8742496761dd436e7 /code/build.sh | |
parent | 4ab197add10847d4ba3036ed525f96db00a9849f (diff) |
checkpoint
Diffstat (limited to 'code/build.sh')
-rwxr-xr-x | code/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/build.sh b/code/build.sh index 3380b73..6cc9240 100755 --- a/code/build.sh +++ b/code/build.sh @@ -5,7 +5,7 @@ cd "$ThisDir" mkdir ../build > /dev/null 2>&1 -CompilerFlags="-ggdb -DHANDMADE_SLOW" +CompilerFlags="-ggdb -DHANDMADE_SLOW -DHANDMADE_INTERNAL" WarningFlags="-Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-variable -Wno-write-strings -Wno-unused-parameter -Wno-unused-function" printf 'handmade.cpp\n' |