diff options
-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 a20d98d..b4eb9de 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -8,7 +8,7 @@ CFLAGS="-O2 -march=x86-64 -pipe" # -ftree-vectorize ${GRAPHITE}" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--as-needed" -MAKEOPTS="-j9 -s" +MAKEOPTS="-j8" # Portage stuff FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug" diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index a600059..b3e6641 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -8,7 +8,7 @@ CFLAGS="-O2 -march=i686 -pipe" # -ftree-vectorize ${GRAPHITE}" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--as-needed" -MAKEOPTS="-j9 -s" +MAKEOPTS="-j8" # Portage stuff FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug" |