- Re-enable LTO as upstream GCC target/96939 has been fixed

This commit is contained in:
Jeff Law 2020-09-28 12:55:58 -06:00
parent 6636b37e07
commit ac93f3aad8

View File

@ -2,7 +2,7 @@
Name: opus
Version: 1.3.1
Release: 6%{?candidate:.%{candidate}}%{?dist}
Release: 7%{?candidate:.%{candidate}}%{?dist}
Summary: An audio codec for use in low-delay speech and audio communication
License: BSD
URL: https://www.opus-codec.org/
@ -34,10 +34,6 @@ cp %{SOURCE1} .
cp %{SOURCE2} .
%build
# LTO triggers a GCC ICE on armv7 and LTO does not play well with the NEON
# intrinsics. Disable LTO for now
%define _lto_cflags %{nil}
%configure --enable-custom-modes --disable-static \
--enable-hardening --enable-ambisonics
@ -68,6 +64,9 @@ make check %{?_smp_mflags} V=1
%{_datadir}/man/man3/opus_*.3.gz
%changelog
* Mon Sep 28 2020 Jeff Law <law@redhat.com> - 1.3.1-7
- Re-enable LTO as upstream GCC target/96939 has been fixed
* Mon Aug 10 2020 Jeff Law <law@redhat.com> - 1.3.1-6
- Disable LTO for now