From: Matt Corallo Date: Wed, 2 Oct 2019 01:34:17 +0000 (-0400) Subject: Include debug symbols in release mode, so backtraces still work X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=dnsseed-rust;a=commitdiff_plain;h=909fc5eb1b1a59ac06d7189c0cce9ea78630269b Include debug symbols in release mode, so backtraces still work --- diff --git a/Cargo.toml b/Cargo.toml index fc9a4d3..075f296 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ num_cpus = "1" panic = "abort" [profile.release] +debug = true lto = true codegen-units = 1 panic = "abort"