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 f2dd7feb819fe4a8a4181dd1d04488e31f4b63a1
parent b05fa355c49c619cce1226716a395381a944f578
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sat, 28 Oct 2023 22:15:31 +0200

Removed config.mk

Diffstat:
M.gitignore | 1+
Dconfig.mk | 6------
2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,3 +1,4 @@ +config.mk benchmark/results.txt benchmark/run test/*/runtest diff --git a/config.mk b/config.mk @@ -1,6 +0,0 @@ -CUBETYPE = CUBE_ - -CFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra -Wno-unused-parameter -O3 -DBGFLAGS = -DDEBUG -std=c99 -pthread -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -g3 -fsanitize=address -fsanitize=undefined - -CC = cc