summaryrefslogtreecommitdiff
path: root/hosts/iroha/gentoo/env
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/iroha/gentoo/env')
-rw-r--r--hosts/iroha/gentoo/env/eix-extra-econf.conf3
-rw-r--r--hosts/iroha/gentoo/env/gcc.conf3
-rw-r--r--hosts/iroha/gentoo/env/notmpfs.conf1
-rw-r--r--hosts/iroha/gentoo/env/single-thread.conf1
4 files changed, 8 insertions, 0 deletions
diff --git a/hosts/iroha/gentoo/env/eix-extra-econf.conf b/hosts/iroha/gentoo/env/eix-extra-econf.conf
new file mode 100644
index 0000000..ffd867b
--- /dev/null
+++ b/hosts/iroha/gentoo/env/eix-extra-econf.conf
@@ -0,0 +1,3 @@
+EXTRA_ECONF="--enable-security
+--enable-new-dialect
+--enable-strong-optimization"
diff --git a/hosts/iroha/gentoo/env/gcc.conf b/hosts/iroha/gentoo/env/gcc.conf
new file mode 100644
index 0000000..1c90660
--- /dev/null
+++ b/hosts/iroha/gentoo/env/gcc.conf
@@ -0,0 +1,3 @@
+COMMON_FLAGS="-march=native -mtune=native -O2 -fomit-frame-pointer -flto=auto -pipe"
+CFLAGS="${COMMON_FLAGS}"
+CXXFLAGS="${COMMON_FLAGS}"
diff --git a/hosts/iroha/gentoo/env/notmpfs.conf b/hosts/iroha/gentoo/env/notmpfs.conf
new file mode 100644
index 0000000..b8a96f4
--- /dev/null
+++ b/hosts/iroha/gentoo/env/notmpfs.conf
@@ -0,0 +1 @@
+PORTAGE_TMPDIR="/var/tmp/notmpfs"
diff --git a/hosts/iroha/gentoo/env/single-thread.conf b/hosts/iroha/gentoo/env/single-thread.conf
new file mode 100644
index 0000000..1b43095
--- /dev/null
+++ b/hosts/iroha/gentoo/env/single-thread.conf
@@ -0,0 +1 @@
+MAKEOPTS="-j1"