diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-09-17 12:43:03 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-09-17 12:43:03 +0200 |
| commit | 188d480246975ec71f37d817303ee1baa913c99c (patch) | |
| tree | f200de76826f2d1024aad9b22c3b709bb1ef862a | |
| parent | ea122ba7ef3bc5db176527eae42df9d15d661977 (diff) | |
checkpoint
| -rwxr-xr-x | build/handmade.so | bin | 263840 -> 263840 bytes | |||
| -rwxr-xr-x | build/linux_handmade | bin | 88528 -> 88608 bytes | |||
| -rwxr-xr-x | code/build.sh | 8 |
3 files changed, 6 insertions, 2 deletions
diff --git a/build/handmade.so b/build/handmade.so Binary files differindex 9a1d827..8726fef 100755 --- a/build/handmade.so +++ b/build/handmade.so diff --git a/build/linux_handmade b/build/linux_handmade Binary files differindex 6ee8550..c31fae5 100755 --- a/build/linux_handmade +++ b/build/linux_handmade diff --git a/code/build.sh b/code/build.sh index 966bcc3..4a08c7c 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=" @@ -16,6 +16,7 @@ CompilerFlags=" -DHANDMADE_SLOW -DOS_LINUX -nostdinc++ + " WarningFlags="-Wall @@ -26,7 +27,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 |
