Disable LTO until upstream sorts out ODR problems.

This commit is contained in:
Keith Seitz 2020-08-10 14:54:31 -07:00
parent ab7962ace7
commit 6aff62077b
1 changed files with 6 additions and 0 deletions

View File

@ -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 <keiths@redhat.com>
- Disable LTO until upstream sorts out ODR problems.
* Tue Aug 04 2020 Keith Seitz <keiths@redhat.com>
- Update libipt to v2.0.2.