commit 8d334cbc21b6f64706e1c73b26418ee6c8053de0
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Fri Aug 21 20:36:29 2020 -0500
Disable LTO for now.
mythtv.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/mythtv.spec b/mythtv.spec
index d391cc2..c2135dd 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -1,3 +1,5 @@
+%define _lto_cflags %{nil}
+
# Specfile for building MythTV and MythPlugins RPMs from a git checkout.
#
# by: Chris Petersen <cpetersen(a)mythtv.org>