summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/make.conf b/make.conf
new file mode 100644
index 0000000..54bffb9
--- /dev/null
+++ b/make.conf
@@ -0,0 +1,27 @@
+# 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=znver4 -O2 -pipe"
+CFLAGS="${COMMON_FLAGS}"
+CXXFLAGS="${COMMON_FLAGS}"
+FCFLAGS="${COMMON_FLAGS}"
+FFLAGS="${COMMON_FLAGS}"
+RUSTFLAGS="${RUSTFLAGS} -C target-cpu=native"
+
+USE="threads bluetooth radeon amdgpu vulkan nvme gtk qt5 X X11 xorg alsa pipewire pulseaudio egl opengl glamor dri3 \
+ zsh-completion elogind lzma lzo zstd openrc cups dbus grub dracut \
+ -systemd -aqua -dvd -clamav -coreaudio "
+
+MAKEOPTS="-j32"
+PORTAGE_NICENESS="3"
+EMERGE_DEFAULT_OPTS="--jobs=32 --load-average=32"
+VIDEO_CARDS="amdgpu radeonsi"
+
+LINGUAS="en ru"
+# This sets the language of build output to English.
+# Please keep this setting intact when reporting bugs.
+LC_MESSAGES=C.utf8
+GRUB_PLATFORMS="efi-64"
+PORTDIR_OVERLAY="/usr/portage"
+