mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Looks like opt-level=s may be better
With opt-level=z not enough functions were inlined to eliminate more code!
This commit is contained in:
parent
db15a898cb
commit
d1a4bffb3a
@ -37,5 +37,5 @@ members = [
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = 'z'
|
||||
opt-level = 's'
|
||||
panic = 'abort'
|
||||
|
Loading…
x
Reference in New Issue
Block a user