From 8d4072a06c93cd3c355d3515fa96cc73fbd8eae4 Mon Sep 17 00:00:00 2001 From: Will Hickey Date: Thu, 7 Sep 2023 13:16:43 -0500 Subject: [PATCH] Add release-with-debug profile (#33096) --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4a4c95baed54f9..4957b088240fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,8 @@ +[profile.release-with-debug] +inherits = "release" +debug = true +split-debuginfo = "packed" + [workspace] members = [ "account-decoder",