opt-level z

This commit is contained in:
Jaco Greeff
2020-02-28 22:24:47 +01:00
parent a0126f374e
commit 331111b895

View File

@@ -36,4 +36,4 @@ rand = { version = "0.6.5", features = ["wasm-bindgen"] }
[profile.release]
lto = true
opt-level = "s"
opt-level = "z"