chore(solver-wasm): enable lto

This commit is contained in:
2025-07-06 23:05:45 +02:00
parent 5cc99c7ec6
commit 4f79fa0976

View File

@@ -10,3 +10,6 @@ crate-type = ["cdylib"]
wasm-bindgen = "0.2"
sha2 = "0.10"
wee_alloc = { version = "0.4", default-features = false }
[profile.release]
lto = true