diff --git a/Cargo.toml b/Cargo.toml index 017bceaaa786..80ec36fb03c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -301,6 +301,7 @@ lto = "off" # Patch profile for production clusters. # It will trade-off lto for faster build time. [profile.patch-production] +inherits = "production" debug = "full" incremental = false split-debuginfo = "packed"