enable memory pool debug

This commit is contained in:
2021-12-04 22:13:32 +01:00
parent a6ccc58636
commit 3e886caf63
5 changed files with 15 additions and 20 deletions

View File

@@ -23,6 +23,9 @@ CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -march=native
CFLAGS += -DDEBUG # activate general debug (debug.c)
CFLAGS += -DDEBUG_POOL # memory pools management
INCDIR := ./include
LIBSRCDIR := ./libsrc
LIBDIR := ./lib