From 6aff62077bcb16ebf2ba3c498634bce35eda276b Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Mon, 10 Aug 2020 14:54:31 -0700 Subject: [PATCH] Disable LTO until upstream sorts out ODR problems. --- gdb.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gdb.spec b/gdb.spec index 98aa65b..be61f19 100644 --- a/gdb.spec +++ b/gdb.spec @@ -10,6 +10,9 @@ # Turn off the brp-python-bytecompile automagic %global _python_bytecompile_extra 0 +# Disable LTO until upstream fixes GDB's ODR woes. +#%define _lto_cflags %{nil} + %{?scl:%scl_package gdb} %{!?scl: %global pkg_name %{name} @@ -1186,6 +1189,9 @@ fi %endif %changelog +* Mon Aug 10 2020 Keith Seitz +- Disable LTO until upstream sorts out ODR problems. + * Tue Aug 04 2020 Keith Seitz - Update libipt to v2.0.2.