!126 disable profile guided optimizations for x86_64 and i686 architectures
From: @tong_1001 Reviewed-by: @hanxinke Signed-off-by: @hanxinke
This commit is contained in:
commit
f2c1fe8182
10
python3.spec
10
python3.spec
@ -3,14 +3,14 @@ Summary: Interpreter of the Python3 programming language
|
|||||||
URL: https://www.python.org/
|
URL: https://www.python.org/
|
||||||
|
|
||||||
Version: 3.7.9
|
Version: 3.7.9
|
||||||
Release: 18
|
Release: 19
|
||||||
License: Python
|
License: Python
|
||||||
|
|
||||||
%global branchversion 3.7
|
%global branchversion 3.7
|
||||||
%global pyshortver 37
|
%global pyshortver 37
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%bcond_without optimizations
|
%bcond_with optimizations
|
||||||
%else
|
%else
|
||||||
%bcond_with optimizations
|
%bcond_with optimizations
|
||||||
%endif
|
%endif
|
||||||
@ -895,6 +895,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 10 2022 shixuantong <shixuantong@h-partners.com> - 3.7.9-19
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:disable profile guided optimizations for x86_64 and i686 architectures
|
||||||
|
|
||||||
* Sat Oct 30 2021 hanxinke<hanxinke@huawei.com> - 3.7.9-18
|
* Sat Oct 30 2021 hanxinke<hanxinke@huawei.com> - 3.7.9-18
|
||||||
- Type:requirement
|
- Type:requirement
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user