Add DEBUG_DEBUG_C

This commit is contained in:
2023-07-10 13:10:53 +02:00
parent 65f1bef987
commit b1e6461f6f

View File

@@ -56,6 +56,7 @@ CFLAGS += -Wmissing-declarations
CPPFLAGS := -I$(INCDIR) CPPFLAGS := -I$(INCDIR)
CPPFLAGS += -DDEBUG # global CPPFLAGS += -DDEBUG # global
CPPFLAGS += -DDEBUG_DEBUG # enable log() functions CPPFLAGS += -DDEBUG_DEBUG # enable log() functions
#CPPFLAGS += -DDEBUG_DEBUG_C # enable verbose log() settings
CPPFLAGS += -DDEBUG_POOL # memory pools management CPPFLAGS += -DDEBUG_POOL # memory pools management
CPPFLAGS += -DDEBUG_FEN # FEN decoding CPPFLAGS += -DDEBUG_FEN # FEN decoding
CPPFLAGS += -DDEBUG_MOVE # move generation CPPFLAGS += -DDEBUG_MOVE # move generation