mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 21:19:49 +00:00
🎉 Optimize wasm release profile (thin LTO, size optimizations)
This commit is contained in:
parent
27d854ed5b
commit
97688cb790
@ -40,3 +40,4 @@ uuid = { version = "1.11.0", features = ["v4", "js"] }
|
|||||||
opt-level = 3
|
opt-level = 3
|
||||||
lto = "fat"
|
lto = "fat"
|
||||||
strip = true
|
strip = true
|
||||||
|
codegen-units = 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user