From 4252a7a41f036001f0f80caa908ff8784eee5a40 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Sat, 14 Feb 2026 09:44:59 +0100 Subject: [PATCH] Engineering - switch to thin LTO (#295313) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1c1f8d93b57..175069f448a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -76,7 +76,7 @@ russh-keys = { git = "https://github.com/microsoft/vscode-russh", branch = "main [profile.release] strip = true -lto = true +lto = "thin" [features] default = []