Skip to content

Commit b80f58d

Browse files
committed
update release flags
1 parent 64d0517 commit b80f58d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,8 @@ bin-dir = "{ bin }{ binary-ext }"
7070
[profile.wasm-release]
7171
inherits = "release"
7272
opt-level = 'z'
73-
lto = true
74-
codegen-units = 1
73+
lto = "thin"
7574
panic = "abort"
76-
strip = true
7775

7876
[profile.release]
7977
strip = true

0 commit comments

Comments
 (0)