2008/5/6 Mike Melanson <[EMAIL PROTECTED]>: > Diego Biurrun wrote: > > On Tue, May 06, 2008 at 03:23:19PM -0700, Mike Melanson wrote: > >> And if you're never sure about this, use ccache. It's as > >> easy as ' ./configure --cc="ccache gcc" '. > > > > Or just make cc/gcc be a link to ccache. Then it is 100% transparent. > > Not ergonomic if you have a dozen different compilers installed. :) But > I know I'm a pathological case all around.
Also, you might not want to cache everything you compile, just things you compile regularly. Using --cc="ccache gcc" is more appropriate for this purpose. Otherwise you're eating hard disc space for no good reason. Rob _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
