summaryrefslogtreecommitdiff
path: root/data.d/etc-portage/make.conf/00-defaults.conf
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-07-30 09:02:04 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-30 09:12:55 +0200
commit0af2a7c2941ce15a5b04c276c2df2df82a2bd38c (patch)
tree8e93b5da7c942061a184e02aa692b45142870a57 /data.d/etc-portage/make.conf/00-defaults.conf
parent2584fbe8d2d63926dff5383a9b62f70e98efe16f (diff)
Add make.conf
Diffstat (limited to 'data.d/etc-portage/make.conf/00-defaults.conf')
-rw-r--r--data.d/etc-portage/make.conf/00-defaults.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/data.d/etc-portage/make.conf/00-defaults.conf b/data.d/etc-portage/make.conf/00-defaults.conf
new file mode 100644
index 0000000..21c3c58
--- /dev/null
+++ b/data.d/etc-portage/make.conf/00-defaults.conf
@@ -0,0 +1,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