From: Michael Tremer Date: Thu, 27 Jan 2022 09:39:56 +0000 (+0000) Subject: hyperscan: Enable release build and disable examples X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d6a57bece4c1c98863f016da8469e4b620391a5;p=people%2Fms%2Fipfire-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)