8 Sep
2010
8 Sep
'10
11:54 a.m.
Roland Bock пишет:
ccache might help, if you recompile things often. It is a wrapper for gcc which caches compilation results. Very nice :-)
The main use case is 1) edit one file 2) compile (3) maybe link&test). In such situations ccache, distcc and even multi-core CPU are useless. I want to remark that PCH is another facility I use to reduce compile time. It speeds up the compilation at 50% with gcc. Regards, Ilya