!123 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
40b163a780
10
python3.spec
10
python3.spec
@ -3,14 +3,14 @@ Summary: Interpreter of the Python3 programming language
|
||||
URL: https://www.python.org/
|
||||
|
||||
Version: 3.10.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: Python
|
||||
|
||||
%global branchversion 3.10
|
||||
%global pyshortver 310
|
||||
|
||||
%ifarch %{ix86} x86_64
|
||||
%bcond_without optimizations
|
||||
%bcond_with optimizations
|
||||
%else
|
||||
%bcond_with optimizations
|
||||
%endif
|
||||
@ -792,6 +792,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 10 2022 shixuantong <shixuantong@h-partners.com> - 3.10.0-3
|
||||
- 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.10.0-2
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user