fastd: re-enable link-time optimization
authorMatthias Schiffer <redacted>
Tue, 21 Oct 2014 00:55:30 +0000 (02:55 +0200)
committerMatthias Schiffer <redacted>
Tue, 21 Oct 2014 00:55:30 +0000 (02:55 +0200)
The toolchain is fixed, so LTO can be enabled again.

Signed-off-by: Matthias Schiffer <redacted>
net/fastd/Makefile

index ee6b2b5796136ecf21ecfb3b53c7d98f329cf660..7a5a4324b72091d22cda9c7840ebbcd0a0a6dbbf 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=fastd
 PKG_VERSION:=14
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net>
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
@@ -79,7 +79,8 @@ CMAKE_OPTIONS += \
        -DWITH_VERIFY:BOOL=FALSE \
        -DWITH_CAPABILITIES:BOOL=FALSE \
        -DENABLE_SYSTEMD:BOOL=FALSE \
-       -DENABLE_LIBSODIUM:BOOL=FALSE
+       -DENABLE_LIBSODIUM:BOOL=FALSE \
+       -DENABLE_LTO:BOOL=TRUE
 
 
 ifeq ($(CONFIG_FASTD_ENABLE_METHOD_CIPHER_TEST),y)
git clone https://git.99rst.org/PROJECT