diff --git a/Cargo.toml b/Cargo.toml index 7bd67bc583745..e0280fe3b9323 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -239,6 +239,7 @@ lto = "thin" [profile.ci-release] inherits = "release" incremental = false +lto = "off" debug = "line-tables-only" split-debuginfo = "off" debug-assertions = true