mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 07:06:36 +00:00
feat: add release build optimizations
This commit is contained in:
parent
77f51aff84
commit
61bf80ba06
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ pkg-fmt = "zip"
|
|||
[package.metadata.binstall.overrides.x86_64-apple-darwin]
|
||||
pkg-fmt = "zip"
|
||||
|
||||
# makes sure release builds are well optimized
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
debug = true
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.57"
|
||||
async-trait = "0.1.52"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue