From df0135e11e9ea3dd0acab94fdf437451ef7e522b Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 26 Aug 2026 06:58:26 -0700 Subject: Make EVAL_HASH optional. --- src/chess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chess.h') diff --git a/src/chess.h b/src/chess.h index 8861ef1..e47279d 100755 --- a/src/chess.h +++ b/src/chess.h @@ -947,7 +947,7 @@ typedef struct _PLY_INFO } PLY_INFO; -#define EVAL_HASH +// #define EVAL_HASH #ifdef EVAL_HASH #define EVAL_HASH_TABLE_SIZE (2097152) // 32Mb (per thread) -- cgit v1.3