From 7b48583d629d33971e9f1d5e7aa4ca7f11d8a032 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 6 Nov 2023 22:59:21 +0100 Subject: Started working on solve --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.sh b/test/test.sh index a018401..68b87aa 100755 --- a/test/test.sh +++ b/test/test.sh @@ -2,7 +2,7 @@ re="${TEST:-$@}" -CC="cc -DDEBUG -std=c99 -pthread -pedantic -Wall -Wextra \ +CC="cc -DDEBUG -std=c99 -pedantic -Wall -Wextra \ -Wno-unused-parameter -Wno-unused-function -g3 -D$CUBETYPE" if [ "$CUBETYPE" = "CUBE_AVX2" ]; then CC="$CC -mavx2" -- cgit v1.3