diff --git a/rblibtorrent/Makefile b/rblibtorrent/Makefile index fb728a6..fb07de2 100644 --- a/rblibtorrent/Makefile +++ b/rblibtorrent/Makefile @@ -53,8 +53,8 @@ define Build/Prepare xzcat $(DL_DIR)/$(TRY_SIGNAL_FILE) | tar -C $(PKG_BUILD_DIR) $(TAR_OPTIONS) endef -TARGET_CFLAGS += $(FPIC) -ffunction-sections -fdata-sections -flto -TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed -flto +TARGET_CFLAGS += $(FPIC) -ffunction-sections -fdata-sections +TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed CMAKE_OPTIONS += \ -DBUILD_SHARED_LIBS=ON \