From: Michael Tremer Date: Mon, 19 Apr 2021 10:27:01 +0000 (+0000) Subject: elfutils: Disable LTO X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a630bff1f37b035abe63b58916affde170dfe94a;p=people%2Fms%2Fipfire-2.x.git elfutils: Disable LTO Signed-off-by: Michael Tremer --- diff --git a/lfs/elfutils b/lfs/elfutils index c2d9a3331e..a4b45c955f 100644 --- a/lfs/elfutils +++ b/lfs/elfutils @@ -36,6 +36,9 @@ PAK_VER = 4 DEPS = +# Disable LTO +CFLAGS_LTO = + ############################################################################### # Top-level Rules ###############################################################################