-
Notifications
You must be signed in to change notification settings - Fork 0
/
make.conf
34 lines (28 loc) · 1.94 KB
/
make.conf
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
27
28
29
30
31
32
33
34
# Please consult /usr/share/portage/config/make.conf.example for a more detailed example.
# emerge --ask --verbose --update --deep --new-use --emptytree @world --with-bdeps=y --quiet=n --buildpkg --usepkg --changed-deps=y --keep-going=n
# eselect repository enable pf4public pentoo
#
WARNING_FLAGS="-Werror=odr -Werror=strict-aliasing"
COMMON_FLAGS="-O2 -pipe -march=native -flto ${WARNING_FLAGS}"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
RUSTFLAGS="-C target-cpu=native -C opt-level=3"
FEATURES="userfetch sandbox parallel-install parallel-fetch network-sandbox python-trace"
PORTAGE_NICENESS="15"
MAKEOPTS="-j12"
GRUB_PLATFORMS="efi-64"
VIDEO_CARDS="amdgpu radeonsi"
USE="jit a52 aac -accessibility acl -afs -alsa -apache2 -apparmor -aqua asm atm audit avif bash-completion -berkdb -bidi -bindist bluetooth -branding bzip2 brotli -cdb cdda cdr -clamav -coreaudio crypt css -cuda curl -dbi dbus djvu dvd dvdr -eds elogind -emacs encode exif ffmpeg fontconfig ftp geoip -geolocation gif git -gnome ghphoto2 gzip hardened heif hscolour http2 -ibm ipv6 jpeg jpeg2k jpegxl -jack -kde libcaca lto lz4 lzip lzma man modules-sign modules-compress mp3 mp4 -mssql native-extensions networkmanager lm-sensors -nvenc -ocaml -oci8 offensive -oracle -oss pam pcmcia pdf svg png -plasma policykit -postgres pulseaudio python raw ruby rss samba screencast seccomp sockets socks5 sound session spell -sqlite ssl -systemd -telemetry tcpd threads tiff uefi udev unicode usb vcd verify-sig upower valgrind vim-syntax wayland webp wifi -X xattr -xemacs xml zip -zeroconf"
LC_MESSAGES=C.utf8
LINGUAS="en"
L10N="en"
GENTOO_MIRRORS="https://gentoo.osuosl.org/ \
https://mirror.leaseweb.com/gentoo/ \
https://mirrors.mit.edu/gentoo-distfiles/ \
https://mirrors.rit.edu/gentoo/ \
https://mirror.rackspace.com/gentoo/ \
https://mirror.clarkson.edu/gentoo/ \
https://mirror.servaxnet.com/gentoo/"
ACCEPT_LICENSE="-* @FREE"