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.
C
Connor Peet committed
e166b219d8300005fa8d1ef1f7a0d4b1fc668394
Parent: af4aa0f
Committed by GitHub <[email protected]>
on 4/4/2025, 6:43:48 PM