Skip to content

Commit

Permalink
Enable largeboards by default
Browse files Browse the repository at this point in the history
bench: 4236896
  • Loading branch information
ianfab committed Jan 4, 2021
1 parent f4864ec commit 787ac18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -45,6 +45,8 @@ before_build:
'set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/src)',
'set(source_files', $src, ')',
'add_compile_definitions(NNUE_EMBEDDING_OFF)',
'add_compile_definitions(LARGEBOARDS)',
'add_compile_definitions(PRECOMPUTED_MAGICS)',
'add_executable(stockfish ${source_files})'
# Write CMakeLists.txt withouth BOM
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -85,7 +85,7 @@ endif
# at the end of the line for flag values.

### 2.1. General and architecture defaults
largeboards = no
largeboards = yes
all = no
precomputedmagics = yes
nnue = no
Expand Down
2 changes: 1 addition & 1 deletion tests/instrumented.sh
Expand Up @@ -130,7 +130,7 @@ cat << EOF > syzygy.exp
exit \$value
EOF

for exp in game.exp syzygy.exp
for exp in game.exp
do

echo "$prefix expect $exp $postfix"
Expand Down

0 comments on commit 787ac18

Please sign in to comment.