From: Matt Corallo Date: Wed, 22 May 2019 19:41:18 +0000 (-0400) Subject: panic = abort X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=dnsseed-rust;a=commitdiff_plain;h=313fd57278fdc5549e79aeafd0963c88a8b4bcd9 panic = abort --- 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"