Skip to content

Commit

Permalink
Merge pull request pactflow#57 from YOU54F/feat/slim_bins
Browse files Browse the repository at this point in the history
feat: reduce executable size
  • Loading branch information
rholshausen authored May 9, 2024
2 parents ccf66da + 652fbd4 commit 63b141f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ trim-margin = "0.1.0"
built = { version = "0.7.2", features = [ "git2" ] }
os_info = "3.8.2"

[profile.release]
strip = true
opt-level = "z"
codegen-units = 1
lto = true

0 comments on commit 63b141f

Please sign in to comment.