summaryrefslogtreecommitdiff
path: root/profiles/host-albert
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-03-15 19:17:16 +0100
committerKarel Kočí <cynerd@email.cz>2020-03-15 19:17:16 +0100
commitc8379a8b3f272e547e8619a342b5501d7b74f52d (patch)
tree50262f2ee31e54d9d6efabdf43a03add0fa4d2d5 /profiles/host-albert
parent164347d43085578391d307ca8210bd7018612b2f (diff)
downloadgentoo-personal-overlay-c8379a8b3f272e547e8619a342b5501d7b74f52d.tar.gz
gentoo-personal-overlay-c8379a8b3f272e547e8619a342b5501d7b74f52d.tar.bz2
gentoo-personal-overlay-c8379a8b3f272e547e8619a342b5501d7b74f52d.zip
profiles/host-albert: do not use distcc
Diffstat (limited to 'profiles/host-albert')
-rw-r--r--profiles/host-albert/make.defaults4
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/host-albert/make.defaults b/profiles/host-albert/make.defaults
index 3e747b0..3c64330 100644
--- a/profiles/host-albert/make.defaults
+++ b/profiles/host-albert/make.defaults
@@ -1,8 +1,6 @@
# vim:ft=gentoo-make-conf
CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
-
-MAKEOPTS="-j36 -l4"
-FEATURES="distcc"
+MAKEOPTS="-j8 -l4"
VIDEO_CARDS="intel i965"