mirror of https://github.com/hak5/openwrt-owl.git
dropbear: use -ffunction-sections, -fdata-sections and --gc-sections, saves 19k uncompressed
SVN-Revision: 25826owl
parent
0670771013
commit
c05198bf8e
|
@ -65,7 +65,8 @@ CONFIGURE_ARGS += \
|
|||
--disable-pututxline \
|
||||
--disable-zlib
|
||||
|
||||
TARGET_CFLAGS += -DARGTYPE=3
|
||||
TARGET_CFLAGS += -DARGTYPE=3 -ffunction-sections -fdata-sections
|
||||
TARGET_LDFLAGS += -Wl,--gc-sections
|
||||
|
||||
define Build/Configure
|
||||
$(SED) 's,^/\* #define PKG_MULTI.*,#define PKG_MULTI,g' $(PKG_BUILD_DIR)/options.h
|
||||
|
|
Loading…
Reference in New Issue