X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=4124899b33d4fd7a1b84a36a3eb1490b29509166;hp=4735729add884116f27a981bf7736e55b1d2eb75;hb=553655eb073cdd59c726dd77fcf368d499029467;hpb=161c6b025e763d6bcc8339a614be312f2b173437 diff --git a/src/benchmark.cpp b/src/benchmark.cpp index 4735729a..4124899b 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -72,7 +72,6 @@ void benchmark(int argc, char* argv[]) { Options["Hash"] = ttSize; Options["Threads"] = threads; - Options["OwnBook"] = false; if (valType == "time") limits.maxTime = 1000 * atoi(valStr.c_str()); // maxTime is in ms