unwind instead of crash (#1030)

This commit is contained in:
CJ Pais 2026-03-13 21:04:50 +08:00 committed by GitHub
parent a58216e076
commit 3795bc2417
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,4 +114,4 @@ tempfile = "3"
lto = true
codegen-units = 1
strip = true
panic = "abort"
panic = "unwind"