aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh2
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
85validatearch 85validatearch
86 86
87STD="-std=c11" 87STD="-std=c11"
88WFLAGS="-pedantic -Wall -Wextra -Werror" 88WFLAGS="-pedantic -Wall -Wextra"
89WNOFLAGS="-Wno-unused-parameter -Wno-unused-function -Wno-unknown-pragmas" 89WNOFLAGS="-Wno-unused-parameter -Wno-unused-function -Wno-unknown-pragmas"
90 90
91[ "$ARCH" = "AVX2" ] && AVX="-mavx2" 91[ "$ARCH" = "AVX2" ] && AVX="-mavx2"

Generated with cgit - Back to sebastiano.tronto.net