diff options
-rw-r--r-- | net/fastd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/fastd/Makefile b/net/fastd/Makefile index ee6b2b579..7a5a4324b 100644 --- a/net/fastd/Makefile +++ b/net/fastd/Makefile @@ -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) |