Re-enable LTO on x86_64
This commit is contained in:
parent
b8f13bd4fe
commit
7e367253e7
@ -1,13 +1,8 @@
|
|||||||
%global __remake_config 0
|
%global __remake_config 0
|
||||||
|
|
||||||
# LTO is running out of memory when building on x86_64
|
|
||||||
%ifarch x86_64
|
|
||||||
%global _lto_cflags %{nil}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: libfabric
|
Name: libfabric
|
||||||
Version: 1.17.0
|
Version: 1.17.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Open Fabric Interfaces
|
Summary: Open Fabric Interfaces
|
||||||
|
|
||||||
License: BSD or GPLv2
|
License: BSD or GPLv2
|
||||||
@ -19,8 +14,8 @@ BuildRequires: automake
|
|||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
# RDMA not available on 32-bit ARM: #1484155
|
# RDMA not available on 32-bit ARM: #1484155
|
||||||
%ifnarch %{arm}
|
%ifnarch %{arm}
|
||||||
@ -99,6 +94,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 29 2022 Orion Poplawski <orion@nwra.com> - 1.17.0-2
|
||||||
|
- Re-enable LTO on x86_64
|
||||||
|
|
||||||
* Wed Dec 21 2022 Orion Poplawski <orion@nwra.com> - 1.17.0-1
|
* Wed Dec 21 2022 Orion Poplawski <orion@nwra.com> - 1.17.0-1
|
||||||
- Update to 1.17.0
|
- Update to 1.17.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user