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=9a9e84a661af722e358c479d3c90ef1067e1776f;p=people%2Fms%2Fipfire-2.x.git elfutils: Disable LTO Signed-off-by: Michael Tremer --- diff --git a/lfs/elfutils b/lfs/elfutils index 8c86c3b762..cec8e87093 100644 --- a/lfs/elfutils +++ b/lfs/elfutils @@ -36,6 +36,9 @@ PAK_VER = 5 DEPS = +# Disable LTO +CFLAGS_LTO = + ############################################################################### # Top-level Rules ###############################################################################