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=3821381521da908d04367a04a2ee187bf38c5ec3;p=people%2Fms%2Fipfire-2.x.git libaio: Disable LTO Signed-off-by: Michael Tremer --- diff --git a/lfs/libaio b/lfs/libaio index f71c58909b..f3d7da34d6 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 ###############################################################################