summaryrefslogtreecommitdiff
path: root/etc/portage/make.conf
blob: 0bb4f0348bf3baa7f1998a39a65da47268f55aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"