1 Mar
2017
1 Mar
'17
9:16 p.m.
Am 01.03.2017 um 22:09 schrieb alvinpenner:
To solve this issue I'd recommend you to use ninja to build instead of
ming32-make. I have that successfully running on Windows 10 now and incremental rebuilds only take ~10s.
Thanks, I'll definitely check that out. I am currently looking at only two bugs, so if I can solve them before I lose my patience, then I'll stay with CMake, otherwise I'll try ninja.
Alvin
Definitely try it! I was in exactly the same position some weeks ago, and afterwards I really regretted not having tried ninja earlier (It could have saved me *a lot* of time!). You really only have to download one tiny executable (391 kB) and that's it! I'm exclusively using ninja for new builds now.