From fe571cc1f4cb72c277d1f2a2df552cc91bcbffc4 Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Fri, 19 Jan 2024 14:05:51 +0800 Subject: [PATCH] disable lto for `ci-release` profile Signed-off-by: Bugen Zhao --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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