Skip to content

Commit

Permalink
Update types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dpldgr committed Nov 10, 2024
1 parent 9403841 commit cc7c136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ constexpr int SQUARE_BITS = 6;
#endif

//When defined, move list will be stored in heap. Delete this if you want to use stack to store move list. Using stack can cause overflow (Segmentation Fault) when the search is too deep.
#define USE_HEAP_INSTEAD_OF_STACK_FOR_MOVE_LIST
//#define USE_HEAP_INSTEAD_OF_STACK_FOR_MOVE_LIST

extern int MAX_MOVES;
constexpr int MAX_PLY = 246;
Expand Down

0 comments on commit cc7c136

Please sign in to comment.