Set the panic strategy to abort to fix _Unwind_Resume errors

master
Philipp Oppermann 8 years ago
parent 13cffc3319
commit a1743eb3dd

@ -8,5 +8,6 @@
"arch": "x86_64", "arch": "x86_64",
"os": "none", "os": "none",
"disable-redzone": true, "disable-redzone": true,
"features": "-mmx,-sse,+soft-float" "features": "-mmx,-sse,+soft-float",
"panic-strategy": "abort"
} }

Loading…
Cancel
Save