diff --git a/Cargo.toml b/Cargo.toml index f98a6b717..d01e83950 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.