From a434bfb1259da9e85f55997fcf03ec02311e6bc8 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 25 Mar 2021 19:36:21 +0100 Subject: [PATCH] use new debug symbol splitting --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cc5ad9f..c67c2b17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,4 +71,7 @@ codegen-units = 1 # usage of utf8 encoding inside tui # makes their debug profile slow [profile.dev.package."tui"] -opt-level = 3 \ No newline at end of file +opt-level = 3 + +[profile.dev] +split-debuginfo = "unpacked"