Skip to content

Commit

Permalink
Enable "fat" LTO for more performance.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Nov 26, 2023
1 parent e50425a commit e5644da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[profile.release]
lto = true
lto = "fat"
codegen-units = 1
opt-level = 3

0 comments on commit e5644da

Please sign in to comment.