disable profile guided optimizations for x86_64 and i686 architectures

This commit is contained in:
shixuantong 2022-02-10 18:44:41 +08:00
parent dc353c4cd7
commit 37831c2076

View File

@ -3,14 +3,14 @@ Summary: Interpreter of the Python3 programming language
URL: https://www.python.org/ URL: https://www.python.org/
Version: 3.9.9 Version: 3.9.9
Release: 3 Release: 4
License: Python License: Python
%global branchversion 3.9 %global branchversion 3.9
%global pyshortver 39 %global pyshortver 39
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
%bcond_without optimizations %bcond_with optimizations
%else %else
%bcond_with optimizations %bcond_with optimizations
%endif %endif
@ -795,6 +795,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Thu Feb 10 2022 shixuantong <shixuantong@h-partners.com> - 3.9.9-4
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:disable profile guided optimizations for x86_64 and i686 architectures
* Mon Jan 24 2022 shixuantong<shixuantong@huawei.com> - 3.9.9-3 * Mon Jan 24 2022 shixuantong<shixuantong@huawei.com> - 3.9.9-3
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA