tools/mold: remove static only dependencies
It seems that MOLD_MOSTLY_STATIC was required before to avoid packaging every single dependency. But nowadays, mold uses whatever dependency it can find and builds its own if it cannot. Saves a small amount of compilation time. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/18881 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
08a5add864
commit
54c7538476
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ include $(INCLUDE_DIR)/cmake.mk
|
|||
|
||||
CMAKE_HOST_OPTIONS += \
|
||||
-DMOLD_LTO=ON \
|
||||
-DMOLD_MOSTLY_STATIC=ON \
|
||||
-DMOLD_USE_SYSTEM_MIMALLOC=OFF \
|
||||
-DMOLD_USE_SYSTEM_TBB=OFF
|
||||
|
||||
|
|
Loading…
Reference in a new issue