From d9457a3aa4ca86be1b7db164537210f152d8eb1b Mon Sep 17 00:00:00 2001 From: nic Date: Fri, 12 Jul 2024 13:58:52 -0400 Subject: Initial commit --- Technology/Gentoo/make.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Technology/Gentoo/make.conf (limited to 'Technology/Gentoo/make.conf') diff --git a/Technology/Gentoo/make.conf b/Technology/Gentoo/make.conf new file mode 100644 index 0000000..7222a63 --- /dev/null +++ b/Technology/Gentoo/make.conf @@ -0,0 +1,8 @@ +COMMON_FLAGS ="-march=native -O2 -pipe" # capital O not zero +MAKEOPTS ="-jx -lx" +PORTAGE_NICENESS="1" +PORT_LOGDIR="/var/log/portage" +EMERGE_DEFAULT_OPTS=" --jobs=x --load-average=x --autounmask-unwrite with-bdeps y --complete-graph y" # SOMETHING TO SOLVE HERE +FEATURES="candy fixlafiles unmerge-orphans parallel-install" +ACCEPT_KEYWORDS="~amd64" +USE="-wayland -kde -gnome -consolekit -systemd elogind dbus X" -- cgit v1.2.3