mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-24 11:47:43 +00:00
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.