From: Michael Tremer Date: Mon, 19 Apr 2021 10:27:37 +0000 (+0000) Subject: libdnet: Disable LTO X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db0cddbcc0fc3b70bac8af99b734d020f745cfcb;p=people%2Fms%2Fipfire-2.x.git libdnet: Disable LTO Signed-off-by: Michael Tremer --- diff --git a/lfs/libdnet b/lfs/libdnet index 2857013689..033768ea1b 100644 --- a/lfs/libdnet +++ b/lfs/libdnet @@ -32,6 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +# Disable LTO +CFLAGS_LTO = + ############################################################################### # Top-level Rules ###############################################################################