Combo changes
- move eval_material to eval-simple.c - move phase_t to eval.h - init.c: add eval init - piece.h: add piece_midval/piece_endval - fen.c: add phase calculation - eval-simple: fix calc_phase
This commit is contained in:
2
Makefile
2
Makefile
@@ -130,7 +130,7 @@ else # ifeq ($(build),dev)
|
||||
#CPPFLAGS += -DDEBUG_ATTACK_ATTACKERS # sq_attackers
|
||||
#CPPFLAGS += -DDEBUG_ATTACK_PINNERS # sq_pinners details
|
||||
# eval.c eval-simple.c
|
||||
CPPFLAGS += -DEVAL # eval
|
||||
CPPFLAGS += -DDEBUG_EVAL # eval
|
||||
|
||||
# old unused flags
|
||||
#CPPFLAGS += -DDEBUG_POS # position.c
|
||||
|
Reference in New Issue
Block a user