From 803ac8cc4e51c18454bf87b0e08f83463917bd08 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 21 Apr 2026 17:34:05 +0800 Subject: [PATCH] save cargo build size --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3961e9d0b..fa22dcd7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -245,3 +245,6 @@ panic = 'abort' strip = true #opt-level = 'z' # only have smaller size after strip rpath = true + +[profile.dev] +debug = 1