diff --git a/Cargo.toml b/Cargo.toml index 25bb849d1f..4badc5f000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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`