mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
fix: revert Cargo.toml change
This commit is contained in:
parent
bf42158ad7
commit
fbb7a5a75c
1 changed files with 2 additions and 2 deletions
|
|
@ -146,8 +146,8 @@ opt-level = 'z'
|
|||
opt-level = 3
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
strip = false
|
||||
debug = true
|
||||
strip = "symbols"
|
||||
debug = false
|
||||
panic = "abort" # Let it crash and force ourselves to write safe Rust.
|
||||
|
||||
# Use the `--profile release-debug` flag to show symbols in release mode.
|
||||
|
|
|
|||
Loading…
Reference in a new issue