diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2025-08-20 08:59:45 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-08-20 08:59:45 +0200 |
| commit | b4e5d2d549086b7563e4c6141a4e362ded5f5879 (patch) | |
| tree | 8899ab7776735525b281d87f1a1d0d4d23cc7b8b /code/build.sh | |
| parent | 56569459ae8d579f406eb3b65dde66110fc41535 (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 " |
