From 2995e4a3cbcf86fd2f2c9f018d02d6a4d1f2da6f Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Wed, 28 Dec 2022 22:48:23 -0500 Subject: [PATCH] Added 'panic = abort' to release profile --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4a4af54..8d3d990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,5 @@ once_cell = "1.16.0" codegen-units = 1 strip = true lto = true +panic = "abort"