dotfiles

My collection of dotfiles
git clone git://git.stellar-nexus.ru/dotfiles
Log | Files | Refs

make.conf (2203B)


      1 # These settings were set by the catalyst build script that automatically
      2 # built this stage.
      3 # Please consult /usr/share/portage/config/make.conf.example for a more
      4 # detailed example.
      5 
      6 # These warnings indicate likely runtime problems with LTO, so promote them
      7 # to errors. If a package fails to build with these, LTO should not be used there.
      8 WARNING_FLAGS="-Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing"
      9 
     10 COMMON_FLAGS="-march=native -O3 -pipe -flto ${WARNING_FLAGS}"
     11 #COMMON_FLAGS="-march=native -O2 -pipe"
     12 CFLAGS="${COMMON_FLAGS}"
     13 CXXFLAGS="${COMMON_FLAGS}"
     14 FCFLAGS="${COMMON_FLAGS}"
     15 FFLAGS="${COMMON_FLAGS}"
     16 MAKEOPTS="-j12 -l12"
     17 EMERGE_DEFAULT_OPTS="--jobs 8 --load-average 8"
     18 FEATURES="parallel-fetch parallel-install"
     19 VIDEO_CARDS="radeon radeonsi amdgpu"
     20 PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="[1-9] n [013]p [1357]ssl"
     21 PORTAGE_NICENESS="1"
     22 
     23 #You gotta have abi_x86_32 to play video games. Don't build it in on your laptop
     24 USE="X pgo lto xorg system-man gsasl dmenu -dbus -udev -abi_x86_32 -vulkan -gles1 -gles2 -gles2-only -sqlite system-icu alsa grub savedconfig -usb -pulseaudio -emacs -xemacs -gnome -ios -ipod -nvidia -smartcard -wayland -systemd -aqua -bidi -bluetooth -clamav -colord -coreaudio -elogind -gimp -geolocation -gnome-keyring -gps -gstreamer -ibm -scanner -screencast -syslog -telemetry -gtk -kde -nls -linguisti -sql mpv vaapi -egrep-fgrep -arping -cramfs -qmanifest -qtegrity -desktop-portal -dialogs -joystick -haptic -ui-m64py"
     25 
     26 # NOTE: This stage was built with the bindist Use flag enabled
     27 PORTDIR="/var/db/repos/gentoo"
     28 DISTDIR="/var/cache/distfiles"
     29 PKGDIR="/var/cache/binpkgs"
     30 # This sets the language of build output to English.
     31 # Please keep this setting intact when reporting bugs.
     32 LC_MESSAGES=C.utf8
     33 #Use free license for laptop
     34 ACCEPT_LICENSE="*"
     35 
     36 GENTOO_MIRRORS="https://gentoo-mirror.alexxy.name/ \
     37     http://gentoo-mirror.alexxy.name/ \
     38     http://mirror.mephi.ru/gentoo-distfiles/ \
     39     ftp://mirror.mephi.ru/gentoo-distfiles/ \
     40     rsync://mirror.mephi.ru/gentoo-distfiles/ \
     41     https://mirror.yandex.ru/gentoo-distfiles/ \
     42     http://mirror.yandex.ru/gentoo-distfiles/ \
     43     ftp://mirror.yandex.ru/gentoo-distfiles/"
     44 
     45 GRUB_PLATFORMS="efi-64"