unwind instead of crash (#1030)
This commit is contained in:
parent
a58216e076
commit
3795bc2417
1 changed files with 1 additions and 1 deletions
|
|
@ -114,4 +114,4 @@ tempfile = "3"
|
|||
lto = true
|
||||
codegen-units = 1
|
||||
strip = true
|
||||
panic = "abort"
|
||||
panic = "unwind"
|
||||
|
|
|
|||
Loading…
Reference in a new issue