BaseUtilsGentoo/make.conf

21 lines
614 B
Plaintext
Raw Permalink Normal View History

2023-10-01 00:09:58 +02:00
# 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="-Os -pipe"
2023-10-01 00:09:58 +02:00
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
MAKEOPTS="-j12"
2023-10-03 19:53:08 +02:00
FEATURES="buildpkg nodoc noman -nostrip"
LINGUAS="en"
L10N="en-GB"
2023-10-04 13:41:35 +02:00
USE="-ncurses -doc -pam"
2023-10-01 00:09:58 +02:00
# NOTE: This stage was built with the bindist Use flag enabled
# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C.utf8