Closed jorisbontje closed 9 years ago
After some testing on my Ubuntu VM ccache seems to be definitely worth doing. regular build time 15 min, incremental build without changes 1 min, clean build after previous ccache run 30s
Installed and enabled, last compile took around 8 minutes instead of 24 minutes on the previous run. Closing as it will also be applied to separate buildslaves.
Reopening for deb packaging builders, will FileDownload a more complete .pbuilderrc to enable this cleanly
closing, ccache can't be used with cowbuilder and has been set up for other Ubuntu and OSX builders
Install
ccache
with:run cmake with
-DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++
Check ccache statistics with
ccache -s
.