Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change opt level to "s", for binary size
  • Loading branch information
ematipico committed Jun 13, 2023
commit eeb9500e3bb4f8eea88373bb6025049b73fdb0f4
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ schemars = { version = "0.8.10" }
opt-level = 1
debug = true

[profile.test]
[profile.test.package.rome_wasm]
opt-level = 1
debug = true

Expand Down