Skip to content

Commit

Permalink
Enable LTO for releases (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Dec 15, 2024
1 parent 5d5ad0b commit de44e12
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 @@ -37,6 +37,7 @@ zip = "2.2.1"
[profile.release]
panic = "abort"
strip = true
lto = true
codegen-units = 1

[package.metadata.cross.build.env]
Expand Down

0 comments on commit de44e12

Please sign in to comment.