From 909fc5eb1b1a59ac06d7189c0cce9ea78630269b Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 1 Oct 2019 21:34:17 -0400 Subject: [PATCH] Include debug symbols in release mode, so backtraces still work --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2