Skip to content

Swift: correct flags for parallel jobs

Saleem Abdulrasool requested to merge compnerd/cmake:parallel-jobs into master

-num-threads is for the threading, not the job control. Use -j to launch the parallel jobs. This enables parallel builds for Swift again after driver updates preventing the parallelization through -num-threads.

Topic-rename: swift-parallel-jobs

Edited by Brad King

Merge request reports