From bbe5e24e33a638e3eec3f9b50cfa33db564e2776 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 3 Oct 2024 18:29:00 -0500 Subject: [PATCH] panic abort for release profile --- .cargo/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index bf20e9f..027c66f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -5,4 +5,5 @@ runner = "musl-gcc" opt-level = "z" strip = true lto = true -codegen-units = 1 \ No newline at end of file +codegen-units = 1 +panic = "abort" \ No newline at end of file