From 61e861816d5fb5e0cc13ae8a479564db521ba08c Mon Sep 17 00:00:00 2001 From: numzero Date: Thu, 13 Jun 2024 15:33:10 +0300 Subject: [PATCH] Use proper panic handling Unwinding is useless. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ddbdfe1..b52b9fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.dev] +panic = 'abort' opt-level = 2 [profile.dev.package."*"]