summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2024-01-08 15:47:23 +0100
committerWolfgang Müller2024-01-08 15:47:23 +0100
commit392340bea49c6230d979249afb1f473ca5bf781a (patch)
treef6daa0ecd6112cdaa0f2b96f14a5671bca2f9321
parent5fd767ff34b39921b111784431e6379ecfe716ec (diff)
downloadportage-roles-392340bea49c6230d979249afb1f473ca5bf781a.tar.gz
host-albatross: Enable lto
-rw-r--r--host-albatross/make.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/host-albatross/make.conf b/host-albatross/make.conf
index 6f04bbe..17e732f 100644
--- a/host-albatross/make.conf
+++ b/host-albatross/make.conf
@@ -1,4 +1,4 @@
-COMMON_FLAGS="-march=native -O2 -pipe"
+COMMON_FLAGS="-march=native -O2 -pipe -flto"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"