From 313fd57278fdc5549e79aeafd0963c88a8b4bcd9 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 22 May 2019 15:41:18 -0400 Subject: [PATCH] panic = abort --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fd9c30f..8df04a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,4 @@ regex = "1" [profile.release] lto = true codegen-units = 1 +panic = "abort" -- 2.30.2