diff --git a/Cargo.toml b/Cargo.toml index 77e2a12..97cdded 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,3 +21,4 @@ ascii = "1.0.0" [profile.release] lto = "fat" codegen-units = 1 +panic = "abort"