parallel property
Whether to enable parallel (multi-threaded) compilation.
Defaults to true. When enabled, passes --parallel to cmake --build,
allowing CMake to compile multiple source files concurrently.
Implementation
final bool parallel;
Whether to enable parallel (multi-threaded) compilation.
Defaults to true. When enabled, passes --parallel to cmake --build,
allowing CMake to compile multiple source files concurrently.
final bool parallel;