Skip to content
  • Saleem Abdulrasool's avatar
    Swift: correct flags for parallel jobs · d9dd7cca
    Saleem Abdulrasool authored and Brad King's avatar Brad King committed
    `-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`.
    d9dd7cca