Skip to content

Commit

Permalink
#399: Enable thin LTO for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Oct 10, 2024
1 parent 1405ae7 commit ed9b646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ opt-level = 1
opt-level = 3

[profile.release]
lto = "thin"
strip = true

0 comments on commit ed9b646

Please sign in to comment.