1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 17:47:29 +02:00

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
This commit is contained in:
Felix Fietkau 2014-06-07 19:14:17 +00:00
parent ed7c73fbef
commit 871dd8ec7e

View File

@ -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