Skip to content

Commit

Permalink
upgrade stockfish
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Apr 29, 2015
1 parent 3ec73c8 commit 5d7ffab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/install-stockfish
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ rm -rf Stockfish
git clone https://github.com/ddugovic/Stockfish
cd Stockfish/src
# git reset --hard 271582eaa5d43afd4ef48ec3d8bcdfc724ac148e
git reset --hard 60b7cb1
# git reset --hard 60b7cb1
if [[ $1 = "old" ]]; then
make build ARCH=x86-64
else
make build ARCH=x86-64-modern
fi
./stockfish bench quit
./stockfish bench
cd ../..

0 comments on commit 5d7ffab

Please sign in to comment.