Skip to content

Commit

Permalink
Enable LTO
Browse files Browse the repository at this point in the history
Elo   | 2.09 +- 3.32 (95%)
SPRT  | 8.0+0.08s Threads=1 Hash=16MB
LLR   | 3.69 (-2.94, 2.94) [-5.00, 0.00]
Games | N: 14780 W: 4217 L: 4128 D: 6435
Penta | [284, 1397, 3951, 1462, 296]
  • Loading branch information
jgilchrist committed Nov 15, 2024
1 parent e938ecd commit a710c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* Add tablebase support and follow tablebase lines (6.79 +- 4.59 (5-man vs none))
* Add countermove history (2.66 +- 2.03)
* Use separate functions for scoring tacticals vs. quiets (2.64 +- 4.43)
* Enable LTO (2.09 +- 3.32)
* Use arrayvec for MoveList (1.05 +- 3.35)

### Misc
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ allow_attributes_without_reason = "warn"
# debug = 1
panic = "abort"
codegen-units = 1
lto = true

0 comments on commit a710c86

Please sign in to comment.