Skip to content

Commit e166b21

Browse files
authored
cli: make the build faster (#245705)
codegen-units=1 lets the compiler optimize more aggressively, but it makes things _much_ slower. The benefits of this has been evaporating as the compiler has improved, and now that the CLI build is a bottleneck, let's just remove it.
1 parent af4aa0f commit e166b21

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cli/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ russh-keys = { git = "https://github.com/microsoft/vscode-russh", branch = "main
7777
[profile.release]
7878
strip = true
7979
lto = true
80-
codegen-units = 1
8180

8281
[features]
8382
default = []

0 commit comments

Comments
 (0)