]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
tcl: Disable LTO
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Apr 2021 10:27:47 +0000 (10:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 May 2021 10:40:39 +0000 (10:40 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/tcl

diff --git a/lfs/tcl b/lfs/tcl
index e4b15c7fb2473e04109e41eaabb42f05133c9cd1..a661207c796abc3d14ddc69ee8f584ff26877603 100644 (file)
--- a/lfs/tcl
+++ b/lfs/tcl
@@ -37,6 +37,9 @@ else
 TARGET     = $(DIR_INFO)/$(THISAPP)
 endif
 
+# Disable LTO
+CFLAGS_LTO =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################