diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-09-21 21:23:16 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-09-21 21:23:16 +0200 |
| commit | cdfdedc284f5915c8f97743b1a0b28720db24992 (patch) | |
| tree | 9df71f76dc8f4709e28f1f681371df02c7a7e040 /code/build.sh | |
| parent | f9af8ee18e81cbcd01a0a607abfd889abbe3066b (diff) | |
| parent | a36d8e063dcaca2fe4c6d15f4695b4602a7d3655 (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 |
