From 3aa83a914332605a699b5a367345ea78a6ee808e Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 22 Aug 2019 20:19:36 -0400 Subject: [PATCH] panic = abort on debug, too --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3f8225a..f536956 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,9 @@ rand = "0.6" regex = "1" num_cpus = "1" +[profile.dev] +panic = "abort" + [profile.release] lto = true codegen-units = 1 -- 2.30.2