mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-24 21:52:13 +00:00
Compile in release mode with LTO on
Should help get some nice size savings!
This commit is contained in:
parent
91295f4d16
commit
eebe23649a
@ -29,3 +29,6 @@ members = [
|
||||
"examples/smorgasboard",
|
||||
"examples/console_log",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user