diff --git a/conf/armhfp/portage/make.conf b/conf/armhfp/portage/make.conf index 1975c381..c93ea744 100644 --- a/conf/armhfp/portage/make.conf +++ b/conf/armhfp/portage/make.conf @@ -11,8 +11,8 @@ CHOST="armv7a-hardfloat-linux-gnueabi" ################################################# # Portage configuration ACCEPT_KEYWORDS="arm ~arm" -# temporary disable ccache -FEATURES="candy distcc distcc-pump buildpkg parallel-fetch parallel-install protect-owned metadata-transfer compressdebug splitdebug" +# temporary disable ccache distcc-pump +FEATURES="candy distcc buildpkg parallel-fetch parallel-install protect-owned metadata-transfer compressdebug splitdebug" EMERGE_DEFAULT_OPTS="-j 3 --buildpkg --binpkg-changed-deps=y --binpkg-respect-use=y" MAKEOPTS="-j5 -l1 -s" CCACHE_SIZE="5G"