Disable LTO
This commit is contained in:
parent
c740f2b0fe
commit
4b4527afc0
@ -11,6 +11,9 @@
|
||||
%bcond_without pythran
|
||||
%endif
|
||||
|
||||
# The code is not safe to build with LTO
|
||||
%global _lto_cflags %{nil}
|
||||
|
||||
# Set to pre-release version suffix if building pre-release, else %%{nil}
|
||||
%global rcver %{nil}
|
||||
|
||||
@ -292,6 +295,7 @@ popd
|
||||
resolves: #2211813
|
||||
- Convert License tag to SPDX
|
||||
- Add Provides for bundled projects
|
||||
- Disable LTO
|
||||
|
||||
* Wed Jul 12 2023 psimovec <psimovec@redhat.com> - 1.11.1-1
|
||||
- New upstream release 1.11.1
|
||||
|
Loading…
Reference in New Issue
Block a user