cargo: enable LTO
parent
ef709c1dd9
commit
7c102af848
|
@ -43,3 +43,4 @@ wasm-bindgen-test = "0.2"
|
|||
[profile.release]
|
||||
# Tell `rustc` to optimize for small code size.
|
||||
opt-level = "s"
|
||||
lto = true
|
Loading…
Reference in New Issue