From: Michael Tremer Date: Mon, 19 Apr 2021 10:27:47 +0000 (+0000) Subject: tcl: Disable LTO X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3fd0d39e41f8daa9f1171f96a296a2060da0a56;p=people%2Fms%2Fipfire-2.x.git tcl: Disable LTO Signed-off-by: Michael Tremer --- 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 ###############################################################################