Turn off panic=abort

This may help in some rare crash cases where system resources could be in an inconsistent state.
This commit is contained in:
Félix Saparelli 2021-05-09 16:29:50 +12:00
parent dc4a31252f
commit 6e844cc29a
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 0 additions and 4 deletions

View File

@ -4,10 +4,6 @@ members = [
"cli",
]
[profile.dev]
panic = "abort"
[profile.release]
lto = true
panic = "abort"
codegen-units = 1