chore(solver-wasm): enable lto
This commit is contained in:
@@ -10,3 +10,6 @@ crate-type = ["cdylib"]
|
|||||||
wasm-bindgen = "0.2"
|
wasm-bindgen = "0.2"
|
||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
wee_alloc = { version = "0.4", default-features = false }
|
wee_alloc = { version = "0.4", default-features = false }
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
|||||||
Reference in New Issue
Block a user