Roger Mason wrote:
Hello,

I have installed ccache and followed the instructions in the official
documentation to set it up.  Specifically I have this in my
/etc/make.conf:

MAKEOPTS="-j6"
FEATURES="ccache"
# Probably not required but...
CCACHE_DIR="/var/tmp/ccache"
CCACHE_SIZE="2G"
FEATURES="distcc"
DISTCC_DIR="/var/tmp/portage/.distcc"

Try and put the FEATURES lines into one.

FEATURES="ccache distcc"

otherwise the last will cancel all others.

--
Naga
--
gentoo-user@gentoo.org mailing list

Reply via email to