diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-08-12 01:43:00 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2023-08-12 01:44:18 +0200 |
commit | f7583b6341009e40b7a5dab1c1bb69a8c4b208a9 (patch) | |
tree | 12d9838b6f32571b5edf152ecda0a3b06309e806 | |
parent | 306da3c30ad9a334ba60e6e8431726b1220b8ccd (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/Makefile | 1 |
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 |