mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-06 23:56:32 +01:00
e166b219d8
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.