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"