diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-01-02 20:47:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-01-02 20:47:03 +0000 |
commit | facf1b274b5b3731b0a8c3f7ee986330947a8514 (patch) | |
tree | 2ceb9429769ab9257a977913d7ae7dcab49d4a59 | |
parent | 018aaf8b24d7e097d09e97f03ac781ee7c56e53b (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
-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" |