Disable LTO on x86_64 due to memory issues
This commit is contained in:
parent
3d911cf87a
commit
2dd6b8247d
@ -1,5 +1,10 @@
|
|||||||
%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.15.1
|
Version: 1.15.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
@ -96,6 +101,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon May 16 2022 Orion Poplawski <orion@nwra.com> - 1.15.1-1
|
* Mon May 16 2022 Orion Poplawski <orion@nwra.com> - 1.15.1-1
|
||||||
- Update to 1.15.1
|
- Update to 1.15.1
|
||||||
|
- Disable LTO on x86_64 due to memory issues
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user