Skip to content

Commit

Permalink
change lto in workspace cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
CheatCod committed Mar 26, 2024
1 parent db4faf3 commit cadca0e
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 @@ -11,7 +11,7 @@ resolver = "2"
inherits = "release"
strip = true
opt-level = "s"
lto = true
lto = "thin"
codegen-units = 1

[workspace.package]
Expand Down

0 comments on commit cadca0e

Please sign in to comment.