disable global profile

main
Ziyang Hu 2 years ago
parent 9377ec4da8
commit 83aa9f3b9d

@ -29,6 +29,6 @@ wee_alloc = { version = "0.4.5", optional = true }
[dev-dependencies]
wasm-bindgen-test = "0.3.13"
[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"
#[profile.release]
## Tell `rustc` to optimize for small code size.
#opt-level = "s"

Loading…
Cancel
Save