From 9a9e84a661af722e358c479d3c90ef1067e1776f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 19 Apr 2021 10:27:01 +0000 Subject: [PATCH] elfutils: Disable LTO Signed-off-by: Michael Tremer --- lfs/elfutils | 3 +++ 1 file changed, 3 insertions(+) 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 ############################################################################### -- 2.39.5