From fbb7a5a75c3a4d4e2e37bd21340b654782888c76 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 5 Mar 2024 15:51:15 +0800 Subject: [PATCH] fix: revert Cargo.toml change --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.