diff options
| author | nic <ra@afu.re> | 2024-07-12 13:58:52 -0400 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-07-12 13:58:52 -0400 |
| commit | d9457a3aa4ca86be1b7db164537210f152d8eb1b (patch) | |
| tree | 679684f19c0bcb62c753c789d12777d5dbea3f86 /Technology/Gentoo/make.conf | |
Initial commit
Diffstat (limited to 'Technology/Gentoo/make.conf')
| -rw-r--r-- | Technology/Gentoo/make.conf | 8 |
1 files changed, 8 insertions, 0 deletions
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" |
