diff --git a/Cargo.toml b/Cargo.toml index 06525c6f..babdcdc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,9 @@ lto = true panic = "abort" strip = true +[target.'cfg(windows)'.profile.release] +panic = "unwind" + [workspace.dependencies] ansi-to-tui = "7.0.0" anyhow = "1.0.95"