From 6ba268e81a73945a28fdf919cd74414838b4b233 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 17 Jun 2022 07:30:21 +0200 Subject: disabled LTO completely on i486 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1fade31..549c87e 100644 --- a/Makefile +++ b/Makefile @@ -120,6 +120,8 @@ $(BUILDDIR)/config/makepkg-i486.conf: config/makepkg/x86_64.conf @sed " \ s,\(["'"'"=]\)x86[-_]64\([-"'"'" ]\),\1i486\2,g; \ s,-fcf-protection,,g; \ + s,LTOFLAGS=".*",LTOFLAGS=\"-fno-lto\",g; \ + /OPTIONS=/s/ lto/ !lto/; \ " "$<" > "$@" $(BUILDDIR)/config/makepkg-i686.conf: config/makepkg/x86_64.conf -- cgit v1.2.3-54-g00ecf