h48

A prototype for an optimal Rubik's cube solver, work in progress.
git clone https://git.tronto.net/h48
Download | Log | Files | Refs | README | LICENSE

commit c8b9e4f8f931508b367b58b555ef92d7f4aee219
parent 1c8c56210ffa2adb882f97a411c8a7facf2f4d83
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Mon,  7 Oct 2024 11:14:42 +0200

Remove -Werror compiler option

Diffstat:
Mconfigure.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.sh b/configure.sh @@ -85,7 +85,7 @@ validatethreads validatearch STD="-std=c11" -WFLAGS="-pedantic -Wall -Wextra -Werror" +WFLAGS="-pedantic -Wall -Wextra" WNOFLAGS="-Wno-unused-parameter -Wno-unused-function -Wno-unknown-pragmas" [ "$ARCH" = "AVX2" ] && AVX="-mavx2"