diff --git a/Cargo.toml b/Cargo.toml index fac6cc9..eec8d27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [profile.release] opt-level = 3 debug = false -panic = "unwind" +panic = "abort" lto = true codegen-units = 1 strip = true