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

Commit

Permalink
chore: use opt level to reduce memory
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jun 13, 2023
1 parent 6ad267c commit b5341d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,10 @@ rome_js_analyze = { path = "./crates/rome_js_analyze" }
schemars = { version = "0.8.10" }


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

[profile.release.package.rome_wasm]
opt-level = 3
debug = false

0 comments on commit b5341d0

Please sign in to comment.