diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-07 11:14:42 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-07 11:14:42 +0200 |
| commit | c8b9e4f8f931508b367b58b555ef92d7f4aee219 (patch) | |
| tree | f6bed11d421e81ca157014b15096eac4dee618e2 /configure.sh | |
| parent | 1c8c56210ffa2adb882f97a411c8a7facf2f4d83 (diff) | |
| download | nissy-core-c8b9e4f8f931508b367b58b555ef92d7f4aee219.tar.gz nissy-core-c8b9e4f8f931508b367b58b555ef92d7f4aee219.zip | |
Remove -Werror compiler option
Diffstat (limited to 'configure.sh')
| -rwxr-xr-x | configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh index 026d450..2b2f40b 100755 --- a/configure.sh +++ b/configure.sh | |||
| @@ -85,7 +85,7 @@ validatethreads | |||
| 85 | validatearch | 85 | validatearch |
| 86 | 86 | ||
| 87 | STD="-std=c11" | 87 | STD="-std=c11" |
| 88 | WFLAGS="-pedantic -Wall -Wextra -Werror" | 88 | WFLAGS="-pedantic -Wall -Wextra" |
| 89 | WNOFLAGS="-Wno-unused-parameter -Wno-unused-function -Wno-unknown-pragmas" | 89 | WNOFLAGS="-Wno-unused-parameter -Wno-unused-function -Wno-unknown-pragmas" |
| 90 | 90 | ||
| 91 | [ "$ARCH" = "AVX2" ] && AVX="-mavx2" | 91 | [ "$ARCH" = "AVX2" ] && AVX="-mavx2" |
