diff options
Diffstat (limited to 'net/kadnode/Makefile')
-rw-r--r-- | net/kadnode/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/kadnode/Makefile b/net/kadnode/Makefile index 1adfdf168..2b93f6a51 100644 --- a/net/kadnode/Makefile +++ b/net/kadnode/Makefile @@ -14,6 +14,7 @@ PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de> PKG_LICENSE:=MIT PKG_BUILD_PARALLEL:=1 +PKG_BUILD_FLAGS:=gc-sections include $(INCLUDE_DIR)/package.mk @@ -71,10 +72,6 @@ endif MAKE_FLAGS += FEATURES="$(FEATURES)" -# Make binary smaller -TARGET_CFLAGS += -ffunction-sections -fdata-sections -TARGET_LDFLAGS += -Wl,--gc-sections - define Package/kadnode/conffiles /etc/config/kadnode endef |