portage-conf/make.conf

42 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-11-24 14:23:03 +02:00
# 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"
2020-07-03 11:21:03 +03:00
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
2020-11-24 14:23:03 +02:00
MAKEOPTS="-j16 --load-average 15.95"
EMERGE_DEFAULT_OPTS="--jobs 5 --load-average 15.90"
2020-07-03 11:21:03 +03:00
2020-12-11 13:03:45 +02:00
GOPROXY=""
2020-07-03 11:21:03 +03:00
VIDEO_CARDS="amdgpu radeonsi"
2020-12-31 06:42:53 +02:00
INPUT_DEVICES="libinput wacom"
2020-07-03 11:21:03 +03:00
PYTHON_TARGETS="python3_9"
PYTHON_SINGLE_TARGET="python3_9"
2020-07-03 11:21:03 +03:00
#RUBY_TARGETS="ruby26"
2021-03-30 13:10:49 +03:00
AUD="pulseaudio screencast"
GFX="vaapi vulkan -branding"
2020-11-24 14:23:03 +02:00
KIT="-gnome -gtk -gtk2 -gtk3 -qt4"
2021-03-30 13:10:49 +03:00
MISC="minizip -startup-notification -handbook -fortran"
2020-12-02 19:59:48 +02:00
NET="-bluetooth -ldap -wifi -wireless"
2021-03-30 13:10:49 +03:00
VID="v4l -vlc"
2020-11-24 14:23:03 +02:00
USE="${AUD} ${GFX} ${KIT} ${MISC} ${NET} ${VID}"
2020-07-03 11:21:03 +03:00
2020-11-24 14:23:03 +02:00
# NOTE: This stage was built with the bindist Use flag enabled
2020-07-03 11:21:03 +03:00
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"
2020-11-24 14:23:03 +02:00
# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
2020-07-03 11:21:03 +03:00
LC_MESSAGES=C