diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-07-18 13:36:16 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-07-18 13:36:16 +0100 |
commit | 44eb32663cb561a0adf84e032f6189e16c192909 (patch) | |
tree | 27398c97e9c3c9c0f53ec9fd2c6d2b01d1a1d42e /conf/intel | |
parent | 6d91ed37d25b33ee51a9d8c1be5ff118c32f99e0 (diff) |
enable some nice portage features
Diffstat (limited to 'conf/intel')
-rw-r--r-- | conf/intel/portage/make.conf.amd64 | 2 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.x86 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index d691cce..763f8fb 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -11,7 +11,7 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j9 -s" # Portage stuff -FEATURES="parallel-fetch protect-owned compressdebug splitdebug" +FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug" CCACHE_SIZE="2G" CCACHE_DIR="/var/ccache" diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index 9ba6b62..ecd633d 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -11,7 +11,7 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j9 -s" # Portage stuff -FEATURES="parallel-fetch protect-owned compressdebug splitdebug" +FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug" CCACHE_SIZE="2G" CCACHE_DIR="/var/ccache" |