treewide: opt-out of tree-wide mold usage
These use linker scripts, which mold doesn't support. Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
committed by
Christian Marangi
parent
3cae2db2d1
commit
42ef375cb6
@@ -25,7 +25,7 @@ ifneq ($(BUILD_VARIANT),none)
|
||||
endif
|
||||
|
||||
PKG_FLAGS:=nonshared
|
||||
PKG_BUILD_FLAGS:=no-lto
|
||||
PKG_BUILD_FLAGS:=no-lto no-mold
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
Reference in New Issue
Block a user