Using all core for compilation of MSVC build?
I can't seem to get windows to compile with every core. Despite passing /MP${CORE_COUNT} to CMAKE_CXX_FLAGS and CMAKE_C_FLAGS processor utilization seems to only top out at about 10% for the entire compilation period. How may I go about compiling with all cores?
Please sign in to leave a comment.
I just installed jom from Qt, and configured CMake to generate jom instead of nmake files.