diff --git a/Cargo.toml b/Cargo.toml index 80ec36fb03c22..186f2baf1e1a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -302,9 +302,6 @@ lto = "off" # It will trade-off lto for faster build time. [profile.patch-production] inherits = "production" -debug = "full" -incremental = false -split-debuginfo = "packed" lto = "off" [profile.production]