diff --git a/Cargo.toml b/Cargo.toml index 2e0985d2fa950b..a234bfcedd9845 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ inherits = "release" debug = true split-debuginfo = "packed" +[profile.release] +split-debuginfo = "unpacked" +lto = "thin" + [workspace] members = [ "account-decoder",