Skip to content
Snippets Groups Projects
Commit c05198bf authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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

SVN-Revision: 25826
parent 06707710
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,8 @@ CONFIGURE_ARGS += \ ...@@ -65,7 +65,8 @@ CONFIGURE_ARGS += \
--disable-pututxline \ --disable-pututxline \
--disable-zlib --disable-zlib
TARGET_CFLAGS += -DARGTYPE=3 TARGET_CFLAGS += -DARGTYPE=3 -ffunction-sections -fdata-sections
TARGET_LDFLAGS += -Wl,--gc-sections
define Build/Configure define Build/Configure
$(SED) 's,^/\* #define PKG_MULTI.*,#define PKG_MULTI,g' $(PKG_BUILD_DIR)/options.h $(SED) 's,^/\* #define PKG_MULTI.*,#define PKG_MULTI,g' $(PKG_BUILD_DIR)/options.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment