day 11 part 1 (plenty of logs)

This commit is contained in:
2021-12-12 19:00:51 +01:00
parent 80c19f9331
commit 7fd472c17c
3 changed files with 10 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -march=native
CFLAGS += -DDEBUG # activate general debug (debug.c)
CFLAGS += -DDEBUG_DEBUG # activate general debug (debug.c)
CFLAGS += -DDEBUG_POOL # memory pools management
INCDIR := ./include