summaryrefslogtreecommitdiff
path: root/hosts/iroha/gentoo/make.conf
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/iroha/gentoo/make.conf')
-rw-r--r--hosts/iroha/gentoo/make.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/iroha/gentoo/make.conf b/hosts/iroha/gentoo/make.conf
index 0fa679c..69995a2 100644
--- a/hosts/iroha/gentoo/make.conf
+++ b/hosts/iroha/gentoo/make.conf
@@ -1,5 +1,5 @@
WARNING_FLAGS="-Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing"
-COMMON_FLAGS="-O2 -pipe -march=znver2 -mtune=znver2 -fno-semantic-interposition -fomit-frame-pointer -fno-stack-protector -flto ${WARNING_FLAGS}"
+COMMON_FLAGS="-O2 -pipe -march=znver3 -mtune=znver3 -fno-semantic-interposition -fomit-frame-pointer -fno-stack-protector -flto ${WARNING_FLAGS}"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
@@ -13,10 +13,10 @@ CGO_CXXFLAGS="${COMMON_FLAGS}"
CGO_FFLAGS="${COMMON_FLAGS}"
CGO_LDFLAGS="${LDFLAGS}"
-RUSTFLAGS="${RUSTFLAGS} -C target-cpu=znver2"
+RUSTFLAGS="${RUSTFLAGS} -C target-cpu=znver3"
-MAKEOPTS="-j20 -l24"
-EMERGE_DEFAULT_OPTS="--jobs 3"
+MAKEOPTS="-j28 -l30"
+EMERGE_DEFAULT_OPTS="--jobs 2"
RUBY_TARGETS="ruby33"