From: Michael Tremer Date: Mon, 19 Apr 2021 10:27:24 +0000 (+0000) Subject: hyperscan: Disable LTO X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2d2e4cac4520e79abbcd3109282152277c9956c;p=people%2Fms%2Fipfire-2.x.git hyperscan: Disable LTO Signed-off-by: Michael Tremer --- diff --git a/lfs/hyperscan b/lfs/hyperscan index 477a77c46c..3e45eb5d03 100644 --- a/lfs/hyperscan +++ b/lfs/hyperscan @@ -38,6 +38,9 @@ SUP_ARCH = x86_64 i586 # smaller machines MAX_PARALLELISM = $(shell echo $$(( $(SYSTEM_MEMORY) / 1024))) +# Disable LTO +CFLAGS_LTO = + ############################################################################### # Top-level Rules ###############################################################################