From 9cfad7b1d056114b2f82d0df07bb2384c385f128 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sat, 19 Nov 2022 17:10:57 +0100 Subject: [PATCH] fix win ci --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56027e21..6ba7be1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,4 @@ codegen-units = 1 # usage of utf8 encoding inside tui # makes their debug profile slow [profile.dev.package."tui"] -opt-level = 3 - -[profile.dev] -split-debuginfo = "unpacked" +opt-level = 3 \ No newline at end of file