We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484c8d7 commit 239c896Copy full SHA for 239c896
Cargo.toml
@@ -31,6 +31,7 @@ wasm-bindgen-test = "0.3.13"
31
[profile.release]
32
# Tell `rustc` to optimize for small code size.
33
opt-level = "s"
34
+strip = true
35
36
[profile.dev]
37
opt-level = 1
0 commit comments