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:
parent
ed7c73fbef
commit
871dd8ec7e
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ define Package/uqmi/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += \
|
TARGET_CFLAGS += \
|
||||||
-I$(STAGING_DIR)/usr/include
|
-I$(STAGING_DIR)/usr/include -ffunction-sections -fdata-sections
|
||||||
|
|
||||||
|
TARGET_LDFLAGS += -Wl,--gc-sections
|
||||||
|
|
||||||
CMAKE_OPTIONS += \
|
CMAKE_OPTIONS += \
|
||||||
-DDEBUG=1
|
-DDEBUG=1
|
||||||
|
|
Loading…
Reference in a new issue