summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2023-08-12 01:43:00 +0200
committerJo-Philipp Wich <jo@mein.io>2023-08-12 01:44:18 +0200
commitf7583b6341009e40b7a5dab1c1bb69a8c4b208a9 (patch)
tree12d9838b6f32571b5edf152ecda0a3b06309e806
parent306da3c30ad9a334ba60e6e8431726b1220b8ccd (diff)
luci-base: opt out of LTO usage
Fixes: #6506 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r--modules/luci-base/Makefile1
1 files changed, 1 insertions, 0 deletions
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