<div>Hey, all,</div><div><br></div>The CMake generated Makefile is much slower than my handwritten Makefile. A quick test shows build times for both CMake and handwritten makefiles with and without the -j flag:<br><br>CMake: "make -j all" = 7min<br>
CMake: "make all" = 7min<br>Handwritten: "make -j all" = 2min<br>Handwritten: "make all" = 4min<br><br>In general, CMake is much slower and doesn't seem to utilize parallel jobs.<br><br>
Can anyone explain why I'm not seeing any improvements?<div>
<br></div><div><br><div>For more details see the question I posted on stackoverflow:</div><div><br></div><div><a href="http://stackoverflow.com/questions/12807806/parallel-jobs-using-a-cmake-generated-makefile-no-speed-improvement">http://stackoverflow.com/questions/12807806/parallel-jobs-using-a-cmake-generated-makefile-no-speed-improvement</a></div>
<div><br></div><div>You can read about it and answer it there or here (I'll make sure the answer is posted to both locations).</div><div><br></div><div>Thanks much!</div><div><br></div><div>Neal</div>
</div>