remove lto

Signed-off-by: zhuofeng <zhuofeng2@huawei.com>
(cherry picked from commit 4d804668aa77789473bb119363782c3f23b81826)
This commit is contained in:
zhuofeng 2023-10-25 03:00:17 +00:00 committed by openeuler-sync-bot
parent e03011458e
commit c76cbeb6b1

View File

@ -3,7 +3,7 @@ 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: 27 Release: 28
License: Python-2.0 License: Python-2.0
%global branchversion 3.9 %global branchversion 3.9
@ -308,7 +308,6 @@ pushd ${OptimizedBuildDir}
%endif %endif
%endif %endif
--without-ensurepip \ --without-ensurepip \
--with-lto \
%{optimizations_flag} %{optimizations_flag}
%make_build EXTRA_CFLAGS="$CFLAGS" %make_build EXTRA_CFLAGS="$CFLAGS"
@ -844,6 +843,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Wed Oct 25 zhuofeng <zhuofeng2@huawei.com> - 3.9.9-28
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:remove lto
* Fri Sep 22 renhongxun <renhongxun@h-partners.com> - 3.9.9-27 * Fri Sep 22 renhongxun <renhongxun@h-partners.com> - 3.9.9-27
- Type:bugfix - Type:bugfix
- CVE:NA - CVE:NA