From 53a0a5473f45d37027af9663638adbf56667e4ca Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 12 Nov 2024 22:26:02 -0500 Subject: Hopefully no leaks --- hosts/moyo/gentoo/env/eix-extra-econf.conf | 3 +++ hosts/moyo/gentoo/env/gcc.conf | 3 +++ hosts/moyo/gentoo/env/notmpfs.conf | 1 + hosts/moyo/gentoo/env/single-thread.conf | 1 + 4 files changed, 8 insertions(+) create mode 100644 hosts/moyo/gentoo/env/eix-extra-econf.conf create mode 100644 hosts/moyo/gentoo/env/gcc.conf create mode 100644 hosts/moyo/gentoo/env/notmpfs.conf create mode 100644 hosts/moyo/gentoo/env/single-thread.conf (limited to 'hosts/moyo/gentoo/env') diff --git a/hosts/moyo/gentoo/env/eix-extra-econf.conf b/hosts/moyo/gentoo/env/eix-extra-econf.conf new file mode 100644 index 0000000..ffd867b --- /dev/null +++ b/hosts/moyo/gentoo/env/eix-extra-econf.conf @@ -0,0 +1,3 @@ +EXTRA_ECONF="--enable-security +--enable-new-dialect +--enable-strong-optimization" diff --git a/hosts/moyo/gentoo/env/gcc.conf b/hosts/moyo/gentoo/env/gcc.conf new file mode 100644 index 0000000..1c90660 --- /dev/null +++ b/hosts/moyo/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/moyo/gentoo/env/notmpfs.conf b/hosts/moyo/gentoo/env/notmpfs.conf new file mode 100644 index 0000000..b8a96f4 --- /dev/null +++ b/hosts/moyo/gentoo/env/notmpfs.conf @@ -0,0 +1 @@ +PORTAGE_TMPDIR="/var/tmp/notmpfs" diff --git a/hosts/moyo/gentoo/env/single-thread.conf b/hosts/moyo/gentoo/env/single-thread.conf new file mode 100644 index 0000000..1b43095 --- /dev/null +++ b/hosts/moyo/gentoo/env/single-thread.conf @@ -0,0 +1 @@ +MAKEOPTS="-j1" -- cgit v1.2.3-101-g0448