mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-13 17:22:45 -04:00
style: formatting
This commit is contained in:
@@ -263,10 +263,10 @@ redundant_feature_names = "warn"
|
||||
wildcard_dependencies = "warn"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
strip = "symbols"
|
||||
debug = false
|
||||
panic = "abort" # Let it crash and force ourselves to write safe Rust.
|
||||
opt-level = 3
|
||||
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.
|
||||
# e.g. `cargo build --profile release-debug`
|
||||
|
||||
Reference in New Issue
Block a user