mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Merge pull request #218 from NobodyXu/optimize
Use `opt-level = "z"` for release
This commit is contained in:
commit
9d6ed81d74
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ mimalloc = ["dep:mimalloc"]
|
|||
env_logger = "0.9.0"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
|
Loading…
Add table
Reference in a new issue