uqmi: use -ffunction-sections and --gc-sections, reduces binary size from 57k to 29k

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 41051
v19.07.3_mercusys_ac12_duma
Felix Fietkau 10 years ago
parent ed7c73fbef
commit 871dd8ec7e

@ -34,7 +34,9 @@ define Package/uqmi/description
endef
TARGET_CFLAGS += \
-I$(STAGING_DIR)/usr/include
-I$(STAGING_DIR)/usr/include -ffunction-sections -fdata-sections
TARGET_LDFLAGS += -Wl,--gc-sections
CMAKE_OPTIONS += \
-DDEBUG=1

Loading…
Cancel
Save