Ajouter etc/portage/make.conf

This commit is contained in:
2025-05-01 12:10:18 +00:00
parent 8f9a9bcc21
commit 26d3df8584

18
etc/portage/make.conf Normal file
View File

@@ -0,0 +1,18 @@
# 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="-march=znver3 -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
MAKEOPTS="-j2"
FEATURES="buildpkg"
PKGDIR="/mnt/binhost/packages"
# 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