portage-conf/make.conf

40 lines
1.0 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-22 00:21:38 +02:00
INPUT_DEVICES="libinput"
2020-07-03 11:21:03 +03:00
2020-11-24 14:23:03 +02:00
PYTHON_TARGETS="python3_8"
PYTHON_SINGLE_TARGET="python3_8"
2020-07-03 11:21:03 +03:00
2020-12-02 19:59:48 +02:00
AUD="pulseaudio"
2020-12-22 00:21:38 +02:00
GFX="vulkan -branding"
2020-11-24 14:23:03 +02:00
KIT="-gnome -gtk -gtk2 -gtk3 -qt4"
MISC="minizip -startup-notification -handbook -fortran"
2020-12-02 19:59:48 +02:00
NET="-bluetooth -ldap -wifi -wireless"
2020-12-22 00:21:38 +02:00
VID="-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