Skip to content
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
Fix Cargo.toml
  • Loading branch information
TheJDen authored Jul 12, 2024
commit 3e939e236f92873ebee2b1c288347628adcf033e
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ ignored = ["napi", "oxc_transform_napi", "prettyplease"]
[profile.dev]
# Disabling debug info speeds up local and CI builds,
# and we don't rely on it for debugging that much.
# debug = false
debug = false

[profile.release.package.oxc_wasm]
opt-level = 'z'
Expand Down