From 5a43202037c851b28e350416d831dcc97484506f Mon Sep 17 00:00:00 2001 From: hardfist Date: Tue, 28 Jan 2025 14:31:54 +0800 Subject: [PATCH] chore: remove debug size --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dab06b706dbc..a9d119455209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -217,7 +217,8 @@ inherits = "release" lto = "fat" [profile.release-debug] -debug = true +# reduce debug size for linux +debug = 'limited' inherits = "release" split-debuginfo = "off" strip = false