Switch to panic=abort now that panics are safe

This commit is contained in:
Emi Simpson 2022-02-08 16:48:38 -05:00
parent 3623cc77b4
commit d6da11a87c
Signed by untrusted user: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 1 additions and 0 deletions

View File

@ -21,3 +21,4 @@ ascii = "1.0.0"
[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"