From f47ce92a51aea82aa037440992f5b5d820e089b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=E1=B4=8D=E1=B4=9B=E1=B4=8F=E1=B4=80=E1=B4=87?= =?UTF-8?q?=CA=80?= Date: Tue, 17 Jun 2025 13:56:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=80=9A=E8=BF=87=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=20debuginfo=20=E7=9A=84=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E5=8A=A0=E5=BF=AB=20debug=20=E6=9E=84=E5=BB=BA=20(#368)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 239439d..bb279cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,6 +90,9 @@ pre-release-replacements = [ { file = "../../docs/introduction.md", search = " v[0-9\\.]+,", replace = " v{{version}},", exactly = 1 }, ] +[profile.dev.package."*"] +debug = false + [profile.release] strip = true lto = "thin"