mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
opt-level=1 in dev
This speeds up the testsuite from 1.6s->1.2s
This commit is contained in:
parent
50dc094ddd
commit
307cd52178
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ license = "MIT OR Apache-2.0"
|
|||
[profile.release]
|
||||
lto = "thin"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.65"
|
||||
clap = { version = "4.0.29", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue