From 20d0ddc1954ed8e70f6d0ac366d6f69e5083cbe7 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 26 Oct 2019 00:30:50 +0200 Subject: Adjust configuration after sync --- make.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'make.conf') diff --git a/make.conf b/make.conf index 4923432..9b598f6 100644 --- a/make.conf +++ b/make.conf @@ -13,9 +13,8 @@ CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3 sse4_1 sse4_2 aes" # DistCC build (Twice total CPUs + 1, Local CPUs). MAKEOPTS="-j59 -l5" # Default 2-jobs per localhost and 4-jobs per other nodes (increase recommended only on 4-head systems) -DISTCC_HOSTS="ipepdvcompute4/16,lzo ipepdvcompute1/8,lzo ipepdvcompute3/8,lzo localhost/4" -#DISTCC_HOSTS="localhost ipepdvcompute4/16 ipepdvcompute1/8 ipepdvcompute3/8" -#DISTCC_HOSTS="localhost ipepdvcompute4/16" +#DISTCC_HOSTS="ipepdvcompute4/16,lzo ipepdvcompute1/8,lzo ipepdvcompute3/8,lzo localhost/4" +DISTCC_HOSTS="ipepdvcompute4/16,lzo localhost" #DISTCC_HOSTS="ipepdvcompute4/16" # DISTCC server will be blacklisted if compilation fails (which may happen intentionally during configuration stage). # Short timeout is necessary to avoid it (0 disables it alltogether). Backof should be enabled to avoid failing while in backof. @@ -28,7 +27,7 @@ DISTCC_BACKOFF_PERIOD=5 # Emerge level parallelism (but suppesses output, only logs are written) #EMERGE_DEFAULT_OPTS="--jobs 4 --keep-going y" -FEATURES="${FEATURES} distcc splitdebug -test" +FEATURES="${FEATURES} splitdebug -test" #ccache is reported to cause problems. #FEATURES="ccache buildpkg getbinpkg nostrip" #FEATURES="${FEATURES} -collision-protect" -- cgit v1.2.1