24 Jul
2017
24 Jul
'17
3:52 p.m.
AMDG On 07/24/2017 08:08 AM, Tim Blechmann via Boost wrote:
otoh, fast compile times are not necessarily the only requirement: parallel builds with ninja render windows unresponsive, so it are much more suited for buildservers (macos is better, linux doesn't have this issues). so as developer your productivity may be lower, even if the compile times are faster.
If you want to do other things while the build is running, then you should set the number of parallel jobs to something less than the number of cores, to leave some cycles free. In Christ, Steven Watanabe