mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-08 16:46:42 +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.