On Sun, Dec 29, 2013 at 4:02 AM, P Purkayastha <[email protected]> wrote:
> Suppose I install sage without setting SAGE_INSTALL_CCACHE. Now, I want to > use ccache. What should I do? Just run "make" with > SAGE_INSTALL_CCACHE="yes"? The best way to use ccache is to prefix your path with ccache symlinks (which is what the ccache spkg does). Most distros automatically make these symlinks under /usr/libexec/ccache or something, but they don't add this to PATH. My suggestion is to lookup your distro's documentation on ccache. One thing to note is that the default cache size is 1G, which is too small for the sage distribution. You will probably want to bump this up to ~4G with `ccache --max-size=4G`. -- Andrew -- You received this message because you are subscribed to the Google Groups "sage-git" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
