diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2025-09-21 21:23:16 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-09-21 21:23:16 +0200 |
| commit | 54530b70343fd61caa437aec86da8f21cd3aea1e (patch) | |
| tree | 9df71f76dc8f4709e28f1f681371df02c7a7e040 /code/build.sh | |
| parent | d9164ef1719a432a87465d13684d17cd6b152132 (diff) | |
| parent | 2dae9526a66937a23f93f0cb9e4db5fbe71667a9 (diff) | |
checkpoint
Diffstat (limited to 'code/build.sh')
| -rwxr-xr-x | code/build.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/code/build.sh b/code/build.sh index 966bcc3..9575bfe 100755 --- a/code/build.sh +++ b/code/build.sh @@ -5,7 +5,7 @@ cd "$ThisDir" mkdir ../build > /dev/null 2>&1 -# Supported: clang, g++ +# Supported: clang Compiler="clang" CompilerFlags=" @@ -15,7 +15,9 @@ CompilerFlags=" -DHANDMADE_INTERNAL -DHANDMADE_SLOW -DOS_LINUX +-DHANDMADE_SMALL_RESOLUTION -nostdinc++ + " WarningFlags="-Wall @@ -26,7 +28,10 @@ WarningFlags="-Wall -Wno-write-strings -Wno-pointer-arith -Wno-unused-parameter --Wno-unused-function" +-Wno-unused-function +-Wno-int-to-pointer-cast +-Wno-missing-field-initializers +" ClangCompilerFlags=" -ftime-trace |
