From 80aff8b22eef9b72bb29f1892a2faf24ef592028 Mon Sep 17 00:00:00 2001 From: Noel Kwan Date: Tue, 20 Aug 2024 20:03:42 +0800 Subject: [PATCH] add inherits --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"