day 10 part 1 (with tons of debug information ;-)

This commit is contained in:
2021-12-10 22:12:00 +01:00
parent 395060c266
commit 34acd4012b
3 changed files with 190 additions and 2 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