mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: enable unwinding on Windows release builds
This commit is contained in:
parent
7f1e9b83fd
commit
566847359e
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue