fix: enable unwinding on Windows release builds

This commit is contained in:
sxyazi 2025-02-04 11:27:32 +08:00
parent 7f1e9b83fd
commit 566847359e
No known key found for this signature in database

View file

@ -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"