diff --git a/Cargo.toml b/Cargo.toml index d39a768a4a..d69b7c99e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,4 +118,5 @@ opt-level = "z" panic = "abort" strip = true # Strip symbols from the binary. codegen-units = 1 # Parallel compilation prevents some optimizations. -lto = true # Enable Link-time optimizations to remove dead code. +# We do not enable link-time optimizations (lto) because they cause the +# CLI to timeout when run in Xcode Cloud.