diff --git a/Cargo.toml b/Cargo.toml index b5b3fc0..5f728e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,5 @@ opt-level = 3 [profile.release] strip = "symbols" lto = "fat" +panic = "abort" +codegen-units = 1