Skip to content

Commit

Permalink
Optimize release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Oct 30, 2024
1 parent c20d0eb commit 1c3fea1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ unimock = "0.6.3"
clap = { version = "4.4.18", features = ["derive"] }
clap_complete = "4.4.9"
clap_mangen = "0.2.18"

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

0 comments on commit 1c3fea1

Please sign in to comment.