diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2025-06-19 20:25:14 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-06-19 20:25:14 +0200 |
| commit | c545116ea5ad4be4eece5c2488f7e864c58b1e45 (patch) | |
| tree | ea5eaa3f663946f5a00d2838eeb4c5fc2cde7e45 /code/build.sh | |
| parent | ae3bbea3f40c9ea6f6d41297028ed66c3fdc6593 (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 9be3b65..e3bd45d 100755 --- a/code/build.sh +++ b/code/build.sh @@ -5,7 +5,7 @@ cd "$ThisDir" mkdir ../build > /dev/null 2>&1 -CompilerFlags="-ggdb -DHANDMADE_INTERNAL -DHANDMADE_SLOW" +CompilerFlags="-ggdb -O3 -DHANDMADE_INTERNAL -DHANDMADE_SLOW" WarningFlags="-Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-variable -Wno-write-strings -Wno-unused-parameter -Wno-unused-function" printf 'handmade.cpp\n' |
