summaryrefslogtreecommitdiff
path: root/src/chess.h
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2026-08-26 06:58:26 -0700
committerScott Gasch <[email protected]>2026-08-26 06:58:26 -0700
commitdf0135e11e9ea3dd0acab94fdf437451ef7e522b (patch)
treeeb480504ff578878ee4de17778601f1ffc042827 /src/chess.h
parentdd40b5e159ebcf029ee0c36711a5a74a8370b18d (diff)
Make EVAL_HASH optional.
Diffstat (limited to 'src/chess.h')
-rwxr-xr-xsrc/chess.h2
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)