From 6062363544491193f47fabf5133fecffda501aae Mon Sep 17 00:00:00 2001 From: EnricoGuccii Date: Tue, 2 Jun 2026 00:29:48 +0200 Subject: make.conf --- etc/portage/make.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 etc/portage/make.conf (limited to 'etc') 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" -- cgit v1.2.3