Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-06-09 19:08:59 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-06-09 19:08:59 +0200
commit4da5628e585a8e3b28156163f8ae5a6436e0f16d (patch)
tree81c00b2e8ca6efb3c81358e7ccade46f7260d813
parent0b93b9d597011638b66d81956ed56364364d16ec (diff)
makepkg-x86_64.conf: readded LTO_FLAGS
-rw-r--r--makepkg-x86_64.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf
index 19d16f7..7725296 100644
--- a/makepkg-x86_64.conf
+++ b/makepkg-x86_64.conf
@@ -45,6 +45,7 @@ CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \
-fstack-clash-protection -fcf-protection"
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
+LTOFLAGS="-flto=auto"
#RUSTFLAGS="-C opt-level=2"
#-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2"