Use proper panic handling
Unwinding is useless.
This commit is contained in:
parent
844c974ed4
commit
61e861816d
|
|
@ -6,6 +6,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[profile.dev]
|
||||
panic = 'abort'
|
||||
opt-level = 2
|
||||
|
||||
[profile.dev.package."*"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user