Parallel build switched off by default
-
I just discovered something interesting: Visual Studio parallel building is switched off by default. Apparently, it's incompatible with "minimal rebuild" setting for some reason. Even if you enable it it still might not work properly, as explained here in more detail: http://randomascii.wordpress.com/2014/03/22/make-vc-compiles-fast-through-parallel-compilation/[^]. Once you get it working it goes like the clappers though ;)(I reduced build time from 40 sec to 17 sec)
-
I just discovered something interesting: Visual Studio parallel building is switched off by default. Apparently, it's incompatible with "minimal rebuild" setting for some reason. Even if you enable it it still might not work properly, as explained here in more detail: http://randomascii.wordpress.com/2014/03/22/make-vc-compiles-fast-through-parallel-compilation/[^]. Once you get it working it goes like the clappers though ;)(I reduced build time from 40 sec to 17 sec)
-
So what are you planning to do with 23 seconds?
Peter Wasser "The whole problem with the world is that fools and fanatics are always so certain of themselves, and wiser people so full of doubts." - Bertrand Russell
-
So what are you planning to do with 23 seconds?
Peter Wasser "The whole problem with the world is that fools and fanatics are always so certain of themselves, and wiser people so full of doubts." - Bertrand Russell