From 4ee7739d78889cef33d0c60a870922398e0b5e31 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 3 Oct 2024 10:41:08 +0200 Subject: Made test 120 (gendata h0k4) faster The test is still slow (around 25 seconds on gazelle). This is probably because of how sanitizers interact with multi-threading, and the fact that there is a lot of locking going on. --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.sh') diff --git a/configure.sh b/configure.sh index 2b2f40b..026d450 100755 --- a/configure.sh +++ b/configure.sh @@ -85,7 +85,7 @@ validatethreads validatearch STD="-std=c11" -WFLAGS="-pedantic -Wall -Wextra" +WFLAGS="-pedantic -Wall -Wextra -Werror" WNOFLAGS="-Wno-unused-parameter -Wno-unused-function -Wno-unknown-pragmas" [ "$ARCH" = "AVX2" ] && AVX="-mavx2" -- cgit v1.3