Last active
May 23, 2019 22:44
-
-
Save javashin/0456dfd30ed0a945d0847a2793f2971c 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. | |
CARCH="x86_64" | |
CHOST="x86_64-pc-linux-gnu" | |
ACCEPT_KEYWORDS="~amd64" | |
NTHREADS="3" | |
MAKEOPTS="-j3" | |
source /etc/portage/make.conf.lto | |
source /etc/portage/make.conf.lto.defines | |
CFLAGS="-march=native -mfpmath=both -funroll-loops -falign-functions=32 -fuse-ld=gold ${CFLAGS} -fno-plt -fno-math-errno -fno-trapping-math -fno-stack-protector -pipe" | |
CXXFLAGS="${CFLAGS}" | |
FCFLAGS="${CFLAGS}" | |
FFLAGS="${CFLAGS}" | |
CPPFLAGS="${CFLAGS}" | |
LDFLAGS="-Wl,-O2 -Wl,--as-needed,-z,now" | |
LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu" | |
RUSTFLAGS="-C target-cpu=native -C opt-level=3" | |
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" | |
# NOTE: This stage was built with the bindist Use flag enabled | |
PORTDIR="/usr/portage" | |
DISTDIR="/usr/portage/distfiles" | |
PKGDIR="/usr/portage/packages" | |
# This sets the language of build output to English. | |
# Please keep this setting intact when reporting bugs. | |
LC_MESSAGES=C | |
USE="-bindist raw jpeg2k X -systemd gtk mtp wayland wifi dbus f2fs \ | |
reiserfs udf xfs reiser4 hfs jfs ntfs xml zlib custom-cflags \ | |
custom-optimization modern-top lzma git bluetooth lz4 lzo btrfs \ | |
jpeg opengl fontconfig branding portaudio wxwidgets dri3 sensors \ | |
gstreamer udev resolvconf kms libass libcaca libdrm apng \ | |
postproc dav1d libkms native-headset ofono-headset png nsplugin \ | |
sensord spell exif xpresent fat xmp 10bit -opencl threads \ | |
http2 zstd jbig usb -cups alsa pulseaudio vulkan xvmc xinerama \ | |
python uxa network gif systray curl -modemmanager sound cairo \ | |
ffmpeg xpm mng webp libsamplerate fdk ladspa openal openh264 \ | |
opus svg cdda mod smpeg theora truetype vorbis vpx wavpack \ | |
x264 x265 xcb xvid vaapi drm dvd lcms lua libcanberra \ | |
plugin-checksum plugin-fishlim plugin-sysinfo pango networkmanager \ | |
-gnome -llvm startup-notification caja magic tiff applet hddtemp \ | |
libnotify lm_sensors fuse archive image-converter cdr \ | |
animation-rtl -video_cards_nouveau -video_cards_amdgpu ogg \ | |
-consolekit policykit -gallium aac lame adplug cue mp3 http sndfile \ | |
gbm flac modplug sdl sdl2 ffmpeg-codecs infinality bs2b calf \ | |
mda-lv2 lash upower udisks pgo lto -xvfb jumbo-build rar \ | |
ithreads -gdm egl gles gles1 gles2 -plymouth" | |
VIDEO_CARDS="intel i965" | |
INPUT_DEVICES="libinput" | |
LANG="en_US.UTF-8" | |
LINGUAS="en" | |
L10N="en en-US" | |
ACCEPT_LICENSE="*" | |
PYTHON_TARGETS="python2_7 python3_6 python3_7" | |
PYTHON_SINGLE_TARGET="python3_7" | |
RUBY_TARGETS="ruby24" | |
CURL_SSL="gnutls" | |
FEATURES="${FEATURES} ccache -buildpkg" | |
CCACHE_DIR="/gentoo/ccache" | |
CCACHE_SIZE="20.0G" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment