From: Matt Corallo Date: Fri, 23 Aug 2019 00:19:36 +0000 (-0400) Subject: panic = abort on debug, too X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=dnsseed-rust;a=commitdiff_plain;h=3aa83a914332605a699b5a367345ea78a6ee808e panic = abort on debug, too --- 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