Просмотр исходного кода

hostapd: use -ffunction-sections, -fdata-sections and --gc-sections, reduces binary size a bit

SVN-Revision: 25821
Felix Fietkau 15 лет назад
Родитель
Сommit
0670771013
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      package/hostapd/Makefile

+ 3 - 0
package/hostapd/Makefile

@@ -225,6 +225,9 @@ TARGET_CPPFLAGS := \
 	-DCONFIG_LIBNL20 \
 	-D_GNU_SOURCE
 
+TARGET_CFLAGS += -ffunction-sections -fdata-sections
+TARGET_LDFLAGS += -Wl,--gc-sections
+
 ifdef CONFIG_PACKAGE_kmod-mac80211
   TARGET_LDFLAGS += -lm -lnl-tiny
 endif