mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Aggressively optimize for size in release mode
This commit is contained in:
parent
66bdd92fa2
commit
176060cc8a
@ -36,3 +36,5 @@ members = [
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = 'z'
|
||||
panic = 'abort'
|
||||
|
Loading…
x
Reference in New Issue
Block a user