Skip to content

Commit 83c4352

Browse files
committed
fix(wasm): update wasm-pack profile to retain optimization flags
1 parent 5670ab2 commit 83c4352

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/wasm/rust/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,4 @@ lto = true
6161
wasm-opt=['-Os']
6262

6363
[package.metadata.wasm-pack.profile.profiling]
64-
wasm-opt = ['-g', '-O']
65-
66-
[package.metadata.wasm-pack.profile.release]
67-
wasm-opt = false
64+
wasm-opt = ['-g', '-O']

0 commit comments

Comments
 (0)