Changes

Jump to: navigation, search

Improving Build Times

159 bytes added, 17:48, 11 February 2008
no edit summary
make -s -f client.mk
 
== Using a compiler cache ==
 
TODO -- ccache
 
 
On Mac
 
macports:
 
port install ccache
 
for X in cc gcc g++ c++ ; do ln -s /usr/bin/$X /opt/local/bin ; done

Navigation menu