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 = []