We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0636c93 commit bb50d47Copy full SHA for bb50d47
README.md
@@ -102,8 +102,9 @@ This is an example work-flow and configuration to get and build the LLVM source:
102
103
* Running a serial build will be **slow**. To improve speed, try running a
104
parallel build. That's done by default in Ninja; for ``make``, use the option
105
- ``-j NNN``, where ``NNN`` is the number of parallel jobs, e.g. the number of
106
- CPUs you have.
+ ``-j NNN``, where ``NNN`` is the number of parallel jobs to run.
+ In most cases, you get the best performance if you specify the number of CPU threads you have.
107
+ On some Unix systems, you can specify this with ``-j$(nproc)``.
108
109
* For more information see [CMake](https://llvm.org/docs/CMake.html)
110
0 commit comments