Created
October 8, 2019 08:42
-
-
Save hanetzer/f27af5c4366206491912bb5df37de302 to your computer and use it in GitHub Desktop.
stdin
This file contains hidden or 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. | |
COMMON_FLAGS="-O2 -pipe -march=znver1" | |
CFLAGS="${COMMON_FLAGS}" | |
CXXFLAGS="${COMMON_FLAGS}" | |
FCFLAGS="${COMMON_FLAGS}" | |
FFLAGS="${COMMON_FLAGS}" | |
# NOTE: This stage was built with the bindist Use flag enabled | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment