diff options
-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 f8023f3..e0b7694 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 -fno-delete-null-pointer-checks - CXXFLAGS="-O2 -march=x86-64 -mtune=generic -pipe -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations" LDFLAGS="-Wl,-O1 -Wl,--as-needed" CHOST="x86_64-pc-linux-gnu" -MAKEOPTS="-j10 -s" +MAKEOPTS="-j10" |