graphicsmagick: optimize compilation

Use 'flto' compiler option to slightly reduce the installation
footprint.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
This commit is contained in:
Val Kulkov 2019-02-10 14:29:59 -05:00
parent 4729c3fddf
commit 1dcde6a107
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=graphicsmagick
PKG_VERSION:=1.3.31
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_BUILD_DIR:=$(BUILD_DIR)/GraphicsMagick-$(PKG_VERSION)
PKG_SOURCE:=GraphicsMagick-$(PKG_VERSION).tar.bz2
@ -72,6 +72,8 @@ CONFIGURE_ARGS += \
--without-zstd \
--without-x
TARGET_CFLAGS += -flto
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
$(CP) \