Build speed on different platforms

The LLVM_PARALLEL_LINK_JOBS=M (requires Ninja) option can be useful too, with M being some reasonable number between 1 and the number of CPUs (or N from the -jN option, if it is passed to ninja). This can restrict the number of linkers being executed in parallel while not restricting less memory-consuming tasks.

1 Like