From f7583b6341009e40b7a5dab1c1bb69a8c4b208a9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 12 Aug 2023 01:43:00 +0200 Subject: [PATCH] luci-base: opt out of LTO usage Fixes: #6506 Signed-off-by: Jo-Philipp Wich --- modules/luci-base/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index f85f753320..3b3a0a4e5b 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-base +PKG_BUILD_FLAGS:=no-lto LUCI_TYPE:=mod LUCI_BASENAME:=base -- 2.30.2