fix(webnsupdate): reduce binary size
There is no need to compile for speed of execution, this is not a contested component.
This commit is contained in:
parent
6b4c0c4865
commit
bd8badac23
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,12 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|||
[dev-dependencies]
|
||||
insta = "1"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
panic = "abort"
|
||||
lto = true
|
||||
strip = true
|
||||
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
codegen-backend = "cranelift"
|
||||
|
|
Loading…
Reference in a new issue