mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 08:41:35 +00:00
Compile in release mode with LTO on
Should help get some nice size savings!
This commit is contained in:
@ -29,3 +29,6 @@ members = [
|
||||
"examples/smorgasboard",
|
||||
"examples/console_log",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
Reference in New Issue
Block a user