1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 07:38:28 +02:00

dropbear: use -ffunction-sections, -fdata-sections and --gc-sections, saves 19k uncompressed

SVN-Revision: 25826
This commit is contained in:
Felix Fietkau 2011-03-02 12:47:52 +00:00
parent 0670771013
commit c05198bf8e

View File

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