Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 013c288

Browse files
committed
change opt level to "s", for binary size
1 parent b5341d0 commit 013c288

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ schemars = { version = "0.8.10" }
7474

7575

7676
[profile.dev.package.rome_wasm]
77+
opt-level = "s"
78+
debug = true
79+
80+
[profile.test]
7781
opt-level = 1
7882
debug = true
7983

0 commit comments

Comments
 (0)