40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
# 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=znver2 -O2 -pipe"
|
|
CFLAGS="${COMMON_FLAGS}"
|
|
CXXFLAGS="${COMMON_FLAGS}"
|
|
FCFLAGS="${COMMON_FLAGS}"
|
|
FFLAGS="${COMMON_FLAGS}"
|
|
|
|
MAKEOPTS="-j16 --load-average 15.95"
|
|
EMERGE_DEFAULT_OPTS="--jobs 5 --load-average 15.90"
|
|
|
|
GOPROXY=""
|
|
|
|
VIDEO_CARDS="amdgpu radeonsi"
|
|
INPUT_DEVICES="libinput wacom"
|
|
|
|
PYTHON_TARGETS="python3_8"
|
|
PYTHON_SINGLE_TARGET="python3_8"
|
|
|
|
AUD="pulseaudio"
|
|
GFX="vulkan xinerama -branding"
|
|
KIT="-gnome -gtk -gtk2 -gtk3 -qt4"
|
|
MISC="minizip -startup-notification -handbook -fortran"
|
|
NET="-bluetooth -ldap -wifi -wireless"
|
|
VID="v4l vdpau -vlc"
|
|
|
|
USE="${AUD} ${GFX} ${KIT} ${MISC} ${NET} ${VID}"
|
|
|
|
|
|
# NOTE: This stage was built with the bindist Use flag enabled
|
|
PORTDIR="/var/db/repos/gentoo"
|
|
DISTDIR="/var/cache/distfiles"
|
|
PKGDIR="/var/cache/binpkgs"
|
|
|
|
# This sets the language of build output to English.
|
|
# Please keep this setting intact when reporting bugs.
|
|
LC_MESSAGES=C
|