From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:36 +0000 (+0000) Subject: hyperscan: Enable release build and disable examples X-Git-Tag: v2.27-core165~15^2~314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0c6e19f6fa1c07b34b759ad1a6c255cc65eb6b5;p=ipfire-2.x.git hyperscan: Enable release build and disable examples Signed-off-by: Michael Tremer --- diff --git a/lfs/hyperscan b/lfs/hyperscan index f55e916060..ead1bc3448 100644 --- a/lfs/hyperscan +++ b/lfs/hyperscan @@ -80,7 +80,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && cmake . \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DBUILD_SHARED_LIBS:BOOL=ON \ - -DBUILD_STATIC_AND_SHARED:BOOL=OFF + -DBUILD_STATIC_AND_SHARED:BOOL=OFF \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_EXAMPLES=OFF cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)