From 1b596bbf47e7fd1b06b91fc2c7ffe176b920dadc Mon Sep 17 00:00:00 2001 From: sxyazi Date: Tue, 4 Feb 2025 14:00:04 +0800 Subject: [PATCH] .. --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 716898d2..64ff965d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,8 @@ panic = "abort" strip = true [profile.release-windows] -codegen-units = 1 -lto = true -strip = true +inherits = "release" +panic = "unwind" [workspace.dependencies] ansi-to-tui = "7.0.0"