diff options
| author | Scott Gasch <[email protected]> | 2026-08-26 06:58:26 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2026-08-26 06:58:26 -0700 |
| commit | df0135e11e9ea3dd0acab94fdf437451ef7e522b (patch) | |
| tree | eb480504ff578878ee4de17778601f1ffc042827 /src/chess.h | |
| parent | dd40b5e159ebcf029ee0c36711a5a74a8370b18d (diff) | |
Make EVAL_HASH optional.
Diffstat (limited to 'src/chess.h')
| -rwxr-xr-x | src/chess.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
