day 12 part 1 (using recursive BFS, with tons of debug info)

This commit is contained in:
2021-12-14 12:22:03 +01:00
parent 60a042951b
commit d973d86ec7
4 changed files with 341 additions and 92 deletions

View File

@@ -24,7 +24,7 @@ LDLIB := -l$(LIB)
export LD_LIBRARY_PATH = $(LIBDIR)
CFLAGS += -std=gnu99
CFLAGS += -O2
#CFLAGS += -O2
CFLAGS += -g
CFLAGS += -Wall
CFLAGS += -Wextra