summaryrefslogtreecommitdiff
path: root/conf/intel/portage/make.conf.amd64
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-01-02 20:47:03 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-01-02 20:47:03 +0000
commitfacf1b274b5b3731b0a8c3f7ee986330947a8514 (patch)
tree2ceb9429769ab9257a977913d7ae7dcab49d4a59 /conf/intel/portage/make.conf.amd64
parent018aaf8b24d7e097d09e97f03ac781ee7c56e53b (diff)
make gcc a bit more noisy, s stands for silent not stabilize my friend BlackNoxis, and I happen to like gcc output as I can see it actually does something
Diffstat (limited to 'conf/intel/portage/make.conf.amd64')
-rw-r--r--conf/intel/portage/make.conf.amd642
1 files changed, 1 insertions, 1 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"