mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Merge pull request #149 from NobodyXu/optimize-release
This commit is contained in:
commit
03d4630024
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue