From 9dddc88756c4fd997e8e754fedd572c5f3a1b566 Mon Sep 17 00:00:00 2001 From: shixuantong <1726671442@qq.com> Date: Thu, 10 Feb 2022 17:33:33 +0800 Subject: [PATCH] disable profile guided optimizations for x86_64 and i686 architectures --- python3.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python3.spec b/python3.spec index 8d70f61..51f6511 100644 --- a/python3.spec +++ b/python3.spec @@ -3,14 +3,14 @@ Summary: Interpreter of the Python3 programming language URL: https://www.python.org/ Version: 3.7.9 -Release: 17 +Release: 18 License: Python %global branchversion 3.7 %global pyshortver 37 %ifarch %{ix86} x86_64 -%bcond_without optimizations +%bcond_with optimizations %else %bcond_with optimizations %endif @@ -891,6 +891,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Thu Feb 10 2022 shixuantong - 3.7.9-18 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:disable profile guided optimizations for x86_64 and i686 architectures + * Fri Jan 28 2022 hehuazhen - 3.7.9-17 - Type:bugfix - CVE:NA -- Gitee