diff --git a/CHANGELOG.md b/CHANGELOG.md index 01284cf..7c6c377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index e9bdad1..511a463 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,3 +53,4 @@ allow_attributes_without_reason = "warn" # debug = 1 panic = "abort" codegen-units = 1 +lto = true