summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/intel/portage/make.conf.amd64-devel2
-rw-r--r--conf/intel/portage/make.conf.amd64-user2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/intel/portage/make.conf.amd64-devel b/conf/intel/portage/make.conf.amd64-devel
index a5ae74a..5f8b138 100644
--- a/conf/intel/portage/make.conf.amd64-devel
+++ b/conf/intel/portage/make.conf.amd64-devel
@@ -3,7 +3,7 @@ CFLAGS="-O2 -march=x86-64 -mtune=generic -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
-MAKEOPTS="-j8 -s"
+MAKEOPTS="-j${nproc} -s"
## PORTAGE FEATURES ##
FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug"
diff --git a/conf/intel/portage/make.conf.amd64-user b/conf/intel/portage/make.conf.amd64-user
index b0e321d..b0a3cf8 100644
--- a/conf/intel/portage/make.conf.amd64-user
+++ b/conf/intel/portage/make.conf.amd64-user
@@ -3,7 +3,7 @@ CFLAGS="-O2 -march=x86-64 -mtune=generic -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
-MAKEOPTS="-j8 -s"
+MAKEOPTS="-j${nproc} -s"
## PORTAGE FEATURES ##
FEATURES="parallel-fetch protect-owned candy compressdebug splitdebug"