Guest User

Untitled

a guest
Feb 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. diff --git a/package/network/services/dropbear/Makefile b/package/network/services/dropbear/Makefile
  2. index 21ac09f724..e9cfa0a10a 100644
  3. --- a/package/network/services/dropbear/Makefile
  4. +++ b/package/network/services/dropbear/Makefile
  5. @@ -82,7 +82,7 @@ CONFIGURE_ARGS += \
  6. $(if $(CONFIG_DROPBEAR_ZLIB),,--disable-zlib) \
  7. --enable-bundled-libtom
  8.  
  9. -TARGET_CFLAGS += -DARGTYPE=3 -ffunction-sections -fdata-sections
  10. +TARGET_CFLAGS += -DARGTYPE=3 -ffunction-sections -fdata-sections -mbranch-cost=2
  11. TARGET_LDFLAGS += -Wl,--gc-sections
  12.  
  13. define Build/Configure
Add Comment
Please, Sign In to add comment