blob: 2451fd033d98e8b098b774f930cd560ac560de30 (
plain)
1
2
3
4
5
6
|
parallel_build_option
---------------------
* The :manual:`cmake(1)` :ref:`Build Tool Mode` (``cmake --build``) gained
``--parallel [<jobs>]`` and ``-j [<jobs>]`` options to specify a parallel
build level. They map to corresponding options of the native build tool.
|