Changes

Jump to: navigation, search

Improving Build Times

6 bytes added, 17:50, 11 February 2008
Using a compiler cache
macports:
sudo port install ccache
for X in cc gcc g++ c++ ; do ln -s /usr/bin/$X /opt/local/bin ; done

Navigation menu