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