diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-08-21 22:33:44 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-08-21 22:33:44 +0100 |
commit | 2517e30aa31d2c57365dccef566d5a5f9246f80f (patch) | |
tree | eb96df15af91cd714358cb7feef1bf5f5d9d1b74 /conf/intel | |
parent | a5364aa1b273c0d4e412c988f81dcce9e76da148 (diff) |
-j(NUM-CPUS+2)
Diffstat (limited to 'conf/intel')
-rw-r--r-- | conf/intel/portage/global.conf/cflags.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/intel/portage/global.conf/cflags.conf b/conf/intel/portage/global.conf/cflags.conf index 4e84815..9ffab3d 100644 --- a/conf/intel/portage/global.conf/cflags.conf +++ b/conf/intel/portage/global.conf/cflags.conf @@ -2,4 +2,4 @@ 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="-j10 -s" |