summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/portage/make.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/portage/make.conf b/etc/portage/make.conf
new file mode 100644
index 0000000..0bb4f03
--- /dev/null
+++ b/etc/portage/make.conf
@@ -0,0 +1,26 @@
+# 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=native -O2 -pipe"
+CFLAGS="${COMMON_FLAGS}"
+CXXFLAGS="${COMMON_FLAGS}"
+FCFLAGS="${COMMON_FLAGS}"
+FFLAGS="${COMMON_FLAGS}"
+
+
+FEATURES="candy parallel-fetch parallel-install"
+MAKEOPTS="-j6"
+# NOTE: This stage was built with the bindist USE flag enabled
+
+USE="X xft savedconfig elogind alsa bluetooth pipewire truetype acl unicode nls dbus udev jpeg png gif tiff \
+ -css -xemacs -emacs -pulseaudio -cups -wayland -gnome -kde -plasma -systemd -qt5 -qt6 -gtk -gtk3 -dvd -cdr -ios -ipod -accessibility"
+
+# This sets the language of build output to English.
+# Please keep this setting intact when reporting bugs.
+LC_MESSAGES=C.UTF-8
+
+VIDEO_CARDS="intel"
+INPUT_DEVICES="libinput"
+
+ACCEPT_LICENSE="-* @FREE @BINARY-REDISTRIBUTABLE"