summaryrefslogtreecommitdiff
path: root/data.d/etc-portage/make.conf/00-defaults.conf
blob: 21c3c5888b7b91373b9ff73de167acaa20919433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

# 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