[CMake] Does Makefile generated by CMake support make -jN?

Gonzalo ggarra13 at gmail.com
Fri Jul 15 19:58:24 EDT 2016



El 13/07/16 a las 03:21, Chaos Zhang escribió:
> Thanks for your  references Decker, the condition is it cost close to three
> times time after i use CMake than already exist makefile  to build project.
> And i found the CPU  didn't use effectively than exist make flow, so i
> wonder if CMake provide some options to use CPU more effectively.
> Thanks,
> Chao
If you are looking to speed up compilation times, you should switch from 
Makefiles to Ninja build files (-G Ninja).  It has a much faster 
detection of dependencies and compiles overall much faster.


More information about the CMake mailing list