Skip to content

Commit

Permalink
opt in to link-time optimisations during release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldo committed Feb 12, 2024
1 parent ff90f0e commit ce3af08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ walkdir = "2.3.3"
[lib]
# don't build doctests for now
doctest = false

[profile.release]
lto = true

0 comments on commit ce3af08

Please sign in to comment.