Skip to content

Commit

Permalink
readme: add note about using xcode + ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
mossheim committed Aug 19, 2017
1 parent 5056dcd commit 03bba17
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README_MACOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Table of contents
* Diagnosing build problems
* Frequently used cmake settings
* Using cmake with Xcode or QtCreator
* Using ccache with Xcode
* Building without Qt or the IDE
* sclang and scynth executables

Expand Down Expand Up @@ -276,6 +277,12 @@ Qt Creator has very good `cmake` integration and can build `cmake` projects with

brew linkapps qt5

Using ccache with Xcode
-----------------------

Although cmake does not support using `ccache` with Xcode out of the box, this project is set up to
allow it with the option `-DLAUNCH_RULE_COMPILE=ccache`. This can speed up build times
significantly, even when the build directory has been cleared.

Building without Qt or the IDE
------------------------------
Expand Down

0 comments on commit 03bba17

Please sign in to comment.