From e5ffc7cac2d0ef6ddad9a08b19c5a56b9053c438 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 17 Oct 2024 00:03:11 +0200 Subject: [PATCH] fix: use default panic because glues may unwind it --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c3f4d4..ae5f6a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,5 +85,4 @@ features = ["serialize"] opt-level = 'z' lto = true codegen-units = 1 -panic = 'abort' strip = 'symbols'