Merge pull request #9269 from penpot/superalex-optimize-wasm-release-profile

🎉 Optimize wasm release profile (thin LTO, size optimizations)
This commit is contained in:
Alejandro Alonso 2026-04-30 16:13:46 +02:00 committed by GitHub
commit ddb6eca5ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,3 +40,4 @@ uuid = { version = "1.11.0", features = ["v4", "js"] }
opt-level = 3
lto = "fat"
strip = true
codegen-units = 1