From 154c0c4006daf41e2cbb6c8b7ad5557f83dfea3e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 11 Jul 2018 19:42:40 +0200 Subject: [PATCH] ubus: compile with LTO enabled Reduces total .ipk size by about 1k Signed-off-by: Felix Fietkau --- package/system/ubus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile index 7dc3c92dea..523c3629fc 100644 --- a/package/system/ubus/Makefile +++ b/package/system/ubus/Makefile @@ -47,7 +47,8 @@ define Package/libubus-lua TITLE:=Lua binding for the OpenWrt RPC client endef -TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include +TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include -flto +TARGET_LDFLAGS += -flto CMAKE_OPTIONS = \ -DLUAPATH=/usr/lib/lua -- 2.30.2