diff --git a/Cargo.toml b/Cargo.toml index 4a4c95bae..4957b0882 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",