procd: compile with LTO enabled
Reduces .ipk size on MIPS from 42k to 39k Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
47b42137ce
commit
73fc67b614
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ endif
|
|||
CMAKE_OPTIONS += -DEARLY_PATH="$(TARGET_INIT_PATH)"
|
||||
TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lrt)
|
||||
|
||||
TARGET_CFLAGS += -flto
|
||||
TARGET_LDFLAGS += -flto
|
||||
|
||||
define Package/procd
|
||||
SECTION:=base
|
||||
CATEGORY:=Base system
|
||||
|
|
Loading…
Reference in a new issue