[Numpy-discussion] Proposed Roadmap Overview
Nathaniel Smith
njs@pobox....
Sun Feb 19 17:42:54 CST 2012
On Sun, Feb 19, 2012 at 1:42 PM, Neal Becker <ndbecker2@gmail.com> 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
More information about the NumPy-Discussion
mailing list