From b1e6461f6f33945465195435d3d5a4777e132adc Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Mon, 10 Jul 2023 13:10:53 +0200 Subject: [PATCH] Add DEBUG_DEBUG_C --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 77a3121..ba8455d 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,7 @@ CFLAGS += -Wmissing-declarations CPPFLAGS := -I$(INCDIR) CPPFLAGS += -DDEBUG # global CPPFLAGS += -DDEBUG_DEBUG # enable log() functions +#CPPFLAGS += -DDEBUG_DEBUG_C # enable verbose log() settings CPPFLAGS += -DDEBUG_POOL # memory pools management CPPFLAGS += -DDEBUG_FEN # FEN decoding CPPFLAGS += -DDEBUG_MOVE # move generation