On Sun, Feb 19, 2012 at 1:42 PM, Neal Becker <[email protected]> wrote: > On Fedora linux I use ccache, which is completely transparant and makes a huge > difference in build times.
ccache is fabulous (and it's fabulous for C too), but it only helps when 'make' has screwed up and decided to rebuild some file that didn't really need rebuilding, or when doing a clean build (which is more or less the same thing, if you think about it). -- Nathaniel _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
