Skip to content

Commit

Permalink
chore: enable LTO for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosm committed Nov 8, 2024
1 parent 9221b6f commit 00d00ae
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 @@ -62,4 +62,5 @@ serde_yaml = "0.9.34"

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

0 comments on commit 00d00ae

Please sign in to comment.