fix: revert Cargo.toml change

This commit is contained in:
Boshen 2024-03-05 15:51:15 +08:00
parent bf42158ad7
commit fbb7a5a75c
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801

View file

@ -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.