diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-08-20 08:59:45 +0200 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-08-20 08:59:45 +0200 |
commit | 0ce79c9be6d226bdf913d38838188df3a1eea73c (patch) | |
tree | 8899ab7776735525b281d87f1a1d0d4d23cc7b8b /code/build.sh | |
parent | 61987bf34ec81c9d6b15792637233c60bba5d919 (diff) |
checkpoint
Diffstat (limited to 'code/build.sh')
-rwxr-xr-x | code/build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/code/build.sh b/code/build.sh index e083327..bfc9a60 100755 --- a/code/build.sh +++ b/code/build.sh @@ -19,6 +19,7 @@ CompilerFlags=" WarningFlags="-Wall -Wextra +-Wno-sign-compare -Wno-unused-but-set-variable -Wno-unused-variable -Wno-write-strings @@ -32,7 +33,7 @@ ClangCompilerFlags=" ClangWarningFlags=" -Wno-null-dereference -Wno-missing-braces --Wno-vla-cxx-extension +-Wno-vla-extension -Wno-writable-strings " |