Skip to content

Commit

Permalink
Merge pull request rust-lang#149 from NobodyXu/optimize-release
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod authored May 31, 2022
2 parents f0e7fa0 + 84d8b92 commit 03d4630
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 @@ -44,3 +44,9 @@ zip = "0.6.2"

[dev-dependencies]
env_logger = "0.9.0"

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

0 comments on commit 03d4630

Please sign in to comment.