Compare commits

..

1 commit

Author SHA1 Message Date
bd8badac23
fix(webnsupdate): reduce binary size
All checks were successful
/ build (push) Successful in 1s
/ check (push) Successful in 6s
/ report-size (push) Successful in 1s
There is no need to compile for speed of execution, this is not a
contested component.
2024-12-22 00:52:01 +01:00

View file

@ -37,6 +37,7 @@ insta = "1"
[profile.release]
opt-level = "s"
panic = "abort"
lto = true
strip = true