mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:44:39 +02:00
Put backticks around "make" in the OS X build instructions so the sentence is disambiguated in terms of meaning.
@@ -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.
|
||||
|
Reference in New Issue
Block a user