summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"