2 Mar
2017
2 Mar
'17
7:47 a.m.
On Wed, 2017-03-01 at 17:22 -0800, Yale Zhang wrote:
It's not just the Windows builds that are slow. Any where you use the generated UNIX makefiles, it will be slow.
Has anyone benchmarked Ninja vs GNU make build times for a one line change on Linux?
My current incremental build time using GNU make is ~30s. I've never tried Ninja, but if it's a big gain, I'll switch.
I just switched a couple of weeks ago. For me:
GNU Make ~30s Ninja ~15s
The difference is even greater if you've made a typo and the file doesn't compile.
Tav