From: Jo-Philipp Wich Date: Fri, 11 Aug 2023 23:43:00 +0000 (+0200) Subject: luci-base: opt out of LTO usage X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f7583b6341009e40b7a5dab1c1bb69a8c4b208a9;p=project%2Fluci.git luci-base: opt out of LTO usage Fixes: #6506 Signed-off-by: Jo-Philipp Wich --- 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