diff --git a/Building-for-Mac-OS-X.md b/Building-for-Mac-OS-X.md index 4d7f58c..f51c110 100644 --- a/Building-for-Mac-OS-X.md +++ b/Building-for-Mac-OS-X.md @@ -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.