Changes

Jump to: navigation, search

Improving Build Times

81 bytes added, 17:55, 11 February 2008
Using a compiler cache
On === MacOS X ===
Using macports:...
sudo port install ccache
for X in cc gcc g++ c++ ; do ln -s /usr/bin/$X /opt/local/bin ; done
 
=== Linux ===
 
==== Ubuntu ====
 
sudo apt-get install ccache

Navigation menu