Sfoglia il codice sorgente

usign: Activate LTO compile option

This decreases the size of the usign application by 16% on MIPS BE.

old:
24,597 /usr/bin/usign

new:
20,501 /usr/bin/usign

Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 6 anni fa
parent
commit
6ffd8a8f92
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      package/system/usign/Makefile

+ 3 - 0
package/system/usign/Makefile

@@ -30,6 +30,9 @@ define Package/usign
   TITLE:=OpenWrt signature verification utility
   TITLE:=OpenWrt signature verification utility
 endef
 endef
 
 
+TARGET_CFLAGS += -flto
+TARGET_LDFLAGS += -flto=jobserver
+
 CMAKE_OPTIONS += \
 CMAKE_OPTIONS += \
 	-DUSE_LIBUBOX=on
 	-DUSE_LIBUBOX=on