From e57cb4f56212c5caa955b050588bc75c9d0275b9 Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Tue, 21 Jan 2020 10:21:46 +0000 Subject: [PATCH] Release builds should no longer silently fail - everything will be immediately stopped on any panic --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d03d085fa8b..42a75a2b775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,6 @@ +[profile.release] +panic = "abort" + [workspace] members = [