Commit 91749b0d48941e4407c1c9d87c983c09d2bf0f9b

Authored by Georg Hopp
1 parent b10ab47a

Copy build config to wasm Cargo.toml

Showing 1 changed file with 4 additions and 0 deletions
... ... @@ -64,3 +64,7 @@ features = [
64 64
65 65 [dev-dependencies]
66 66 wasm-bindgen-test = "0.2"
  67 +
  68 +[profile.release]
  69 +lto = true
  70 +opt-level = "s"
... ...
Please register or login to post a comment