I notice on ninja builds generated via CMake 3.6, the link step blocks
compilation threads. What I expect is that if I have 32 threads
available for compiling, those are also shared via the link step. In
other words, if I reach a link step, I want it to consume 1 thread and
the other 31 threads start compiling translation units for the next
library.

Is there a reason it isn't behaving as I describe? Is there a setting
or CMake option I can set to enable this?
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to