diff options
Diffstat (limited to 'configure.sh')
| -rwxr-xr-x | configure.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh index 2b2f40b..09d1310 100755 --- a/configure.sh +++ b/configure.sh | |||
| @@ -85,8 +85,9 @@ validatethreads | |||
| 85 | validatearch | 85 | validatearch |
| 86 | 86 | ||
| 87 | STD="-std=c11" | 87 | STD="-std=c11" |
| 88 | WFLAGS="-pedantic -Wall -Wextra" | 88 | WFLAGS="-pedantic -Wall -Wextra -Werror" |
| 89 | WNOFLAGS="-Wno-unused-parameter -Wno-unused-function -Wno-unknown-pragmas" | 89 | WNOFLAGS="-Wno-unused-parameter -Wno-unused-function -Wno-unknown-pragmas" |
| 90 | WNOFLAGS="$WNOFLAGS -Wno-unused-command-line-argument" | ||
| 90 | 91 | ||
| 91 | [ "$ARCH" = "AVX2" ] && AVX="-mavx2" | 92 | [ "$ARCH" = "AVX2" ] && AVX="-mavx2" |
| 92 | 93 | ||
