Skip to content

Commit

Permalink
use thin lto for better release compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
tbillington committed Dec 11, 2023
1 parent 05f0600 commit ce533eb
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 @@ -4,5 +4,5 @@ exclude = ["kondo-ui"]
resolver = "2"

[profile.release]
lto = true
lto = "thin"
codegen-units = 1

0 comments on commit ce533eb

Please sign in to comment.