-
-
Save anonymous/cd741ddb46ff5d1bfd072529c2704657 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. | |
CFLAGS="-O2 -pipe -march=native -mtune=native -mfpmath=sse -mavx2" | |
CXXFLAGS="${CFLAGS}" | |
FFLAGS="${CFLAGS}" | |
FCFLAGS="${CFLAGS}" | |
CHOST="x86_64-pc-linux-gnu" | |
USE="threads bindist mmx sse sse2" | |
MAKEOPTS="-j4" | |
LINGUAS="ru en" | |
VIDEO_CARDS="intel" | |
INPUT_DEVICES="evdev libinput" | |
PORTDIR="/usr/portage" | |
DISTDIR="${PORTDIR}/distfiles" | |
PKGDIR="${PORTDIR}/packages" | |
PORTAGE_COMPRESS="xz" | |
CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" | |
GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment