Put backticks around "make" in the OS X build instructions so the sentence is disambiguated in terms of meaning.
parent
2ca35de6c5
commit
21023af321
|
@ -19,7 +19,7 @@ To build with CMake (optionally verbose): Download and install [CMake](http://ww
|
|||
|
||||
#### CMake Notes
|
||||
|
||||
The `-j` option can be passed to make in order to compile multiple objects at once.
|
||||
The `-j` option can be passed to `make` in order to compile multiple objects at once.
|
||||
A good rule of thumb is number of CPU cores plus one. For example, on a quad core CPU `make -j5` would be a good choice.
|
||||
|
||||
You can execute `cmake -L` to view the options that Dolphin's CMake environment supports, as well as their current and possible settings.
|
||||
|
|
Loading…
Reference in New Issue