From 3fb67e62a7fdc371476223551371d08bb828d1ea Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 19 Apr 2021 10:27:47 +0000 Subject: [PATCH] tcl: Disable LTO Signed-off-by: Michael Tremer --- lfs/tcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/tcl b/lfs/tcl index e4b15c7fb2..a661207c79 100644 --- a/lfs/tcl +++ b/lfs/tcl @@ -37,6 +37,9 @@ else TARGET = $(DIR_INFO)/$(THISAPP) endif +# Disable LTO +CFLAGS_LTO = + ############################################################################### # Top-level Rules ############################################################################### -- 2.39.5