From afde8cb457b2de76538e5578ae9babb37e27b825 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Fri, 28 Aug 2026 04:18:43 +0200 Subject: [PATCH] unwind -> abort --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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