From 4fe8329847fe5d39495e4ffda261373f46d2d547 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 16 Apr 2020 20:46:43 +0200 Subject: [PATCH] Enable debug info in release profile --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c339f7a6..478aa1bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,3 +37,6 @@ webpki = "0.21" [profile.dev] lto = "off" + +[profile.release] +debug = true