summaryrefslogtreecommitdiff
path: root/portage/make.conf
diff options
context:
space:
mode:
Diffstat (limited to 'portage/make.conf')
-rwxr-xr-xportage/make.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/portage/make.conf b/portage/make.conf
new file mode 100755
index 0000000..81f6c54
--- /dev/null
+++ b/portage/make.conf
@@ -0,0 +1,20 @@
+# These settings were set by the catalyst build script that automatically
+# built this stage.
+# Please consult /usr/share/portage/config/make.conf.example for a more
+# detailed example.
+COMMON_FLAGS="-march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe"
+CFLAGS="${COMMON_FLAGS}"
+CXXFLAGS="${COMMON_FLAGS}"
+FCFLAGS="${COMMON_FLAGS}"
+FFLAGS="${COMMON_FLAGS}"
+RUSTFLAGS="${RUSTFLAGS} -C target-cpu=alderlake"
+MAKEOPTS="-j12"
+USE="-mate -kde -gnome -plasma nvidia intel -amdgpu amd64 -cinnamon -xfce -selinux -systemd openrc sysvinit wayland X pulseaudio -pipewire opengl elogind -fish -vmware vulkan"
+VIDEO_CARDS="nvidia intel"
+ACCEPT_LICENSE="*"
+
+# NOTE: This stage was built with the bindist USE flag enabled
+
+# This sets the language of build output to English.
+# Please keep this setting intact when reporting bugs.
+LC_MESSAGES=C.utf8