Rev 96 | Rev 169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 96 | Rev 154 | ||
|---|---|---|---|
| Line 55... | Line 55... | ||
| 55 | 55 | ||
| 56 | void init(OptionsMap& o) { |
56 | void init(OptionsMap& o) { |
| 57 | 57 | ||
| 58 | const int MaxHashMB = Is64Bit ? 1024 * 1024 : 2048; |
58 | const int MaxHashMB = Is64Bit ? 1024 * 1024 : 2048; |
| 59 | 59 | ||
| 60 | o[" |
60 | o["Debug Log File"] << Option("", on_logger); |
| 61 | o["Contempt"] << Option(0, -100, 100); |
61 | o["Contempt"] << Option(0, -100, 100); |
| 62 | o["Threads"] << Option(1, 1, 128, on_threads); |
62 | o["Threads"] << Option(1, 1, 128, on_threads); |
| 63 | o["Hash"] << Option(16, 1, MaxHashMB, on_hash_size); |
63 | o["Hash"] << Option(16, 1, MaxHashMB, on_hash_size); |
| 64 | o["Clear Hash"] << Option(on_clear_hash); |
64 | o["Clear Hash"] << Option(on_clear_hash); |
| 65 | o["Ponder"] << Option(false); |
65 | o["Ponder"] << Option(false); |