From 3c12b0d0af0754746ebeb4a916634fffa0a2c28c Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 1 Sep 2020 16:11:39 -0400 Subject: [PATCH] Specify panic = abort in profiles for lightning-c-bindings --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 551ec358..069e49e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,10 @@ members = [ [profile.test] opt-level = 1 +[profile.dev] +panic = "abort" + [profile.release] opt-level = 3 lto = true +panic = "abort" -- 2.30.2