From f29363f56d975b5ef26b2811a1c131508f3863b7 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 25 Sep 2023 21:31:33 +0800 Subject: [PATCH] debug=true for debug --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9e8224fc1..1300920a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,3 +170,4 @@ panic = 'abort' strip = true #opt-level = 'z' # only have smaller size after strip rpath = true +debug = true