Add opt-level for (some) space savings (#59)

This commit is contained in:
Jaco Greeff
2020-02-28 22:19:11 +01:00
committed by GitHub
parent f11be090e8
commit a0126f374e

View File

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