aboutsummaryrefslogtreecommitdiff
path: root/sound/mpd
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2023-01-30 18:02:32 +0100
committerAndre Heider <a.heider@gmail.com>2023-04-08 08:38:54 +0200
commit4400e97473eb1d34e348d3cce25950dab0f88975 (patch)
tree7272b0b197431e43b0f04eb48ecaa3eaa256bd90 /sound/mpd
parente7d9c865036d7bc2ac30604e8573f25ae601aed1 (diff)
treewide: opt out of LTO usage
These fail to build or packages depending on them do when enabling CONFIG_USE_LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'sound/mpd')
-rw-r--r--sound/mpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile
index 732e23c87..c46ed1a61 100644
--- a/sound/mpd/Makefile
+++ b/sound/mpd/Makefile
@@ -22,7 +22,7 @@ PKG_CONFIG_DEPENDS:= \
CONFIG_BUILD_PATENTED \
CONFIG_IPV6 \
-PKG_BUILD_FLAGS:=no-mips16
+PKG_BUILD_FLAGS:=no-mips16 no-lto
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk