summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 3d814908b..86a4f8f07 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -35,6 +35,9 @@ RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O \${DISTDIR}/\${FILE}
# Default user options
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
+# Enable for global testing
+FEATURES="${FEATURES} preserve-libs"
+
# Default chunksize for binhost comms
PORTAGE_BINHOST_CHUNKSIZE="3000"