소스 검색

compile libnl with -ffunction-sections to make binaries that use genl smaller

SVN-Revision: 11600
Felix Fietkau 17 년 전
부모
커밋
f5bdb5432f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      package/libnl/Makefile

+ 2 - 0
package/libnl/Makefile

@@ -29,6 +29,8 @@ define Package/libnl/description
  This package contains a library for applications dealing with netlink sockets
 endef
 
+TARGET_CFLAGS += -ffunction-sections
+
 define Build/Compile
 	$(call Build/Compile/Default)
 	make -C $(PKG_BUILD_DIR) \