We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860474a commit a72faacCopy full SHA for a72faac
1 file changed
Cargo.toml
@@ -28,8 +28,8 @@ crate-type = ["cdylib", "rlib"]
28
29
# optimize for smaller WASM binary size
30
[profile.release]
31
-lto = true
32
-opt-level = 3
+lto = "thin"
+opt-level = "s"
33
codegen-units = 1
34
incremental = false
35
debug = false
0 commit comments