ninja-build / ninja

a small build system with a focus on speed

Home Page:https://ninja-build.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[REG 1.11->1.12] Screen updates are extremely slow on Windows

orgads opened this issue · comments

With Ninja 1.12, the progress updates are horribly slow, and it looks like the cursor passes through all the characters one by one. It looks like running on 80386...

With 1.11 it worked much better.

Run example:
ninja-1 12

Bisected to #2321 which added:

setlocale(LC_ALL, "");

Removing this line solves this.

Thanks for reporting!