Switch to panic=abort now that panics are safe
This commit is contained in:
parent
3623cc77b4
commit
d6da11a87c
|
@ -21,3 +21,4 @@ ascii = "1.0.0"
|
|||
[profile.release]
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
|
Loading…
Reference in a new issue