From b45e19cab0f613db96f8259378f01c1aaf8b8d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=B0=8F=E4=BC=99?= <412998149@qq.com> Date: Fri, 27 Oct 2023 07:36:53 +0000 Subject: [PATCH] test add lto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 编译小伙 <412998149@qq.com> --- python3.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python3.spec b/python3.spec index 9195359..8f30445 100644 --- a/python3.spec +++ b/python3.spec @@ -245,9 +245,7 @@ pushd ${DebugBuildDir} --with-valgrind \ %endif --without-ensurepip \ -%if "%toolchain" == "gcc" --with-lto \ -%endif --with-pydebug %make_build EXTRA_CFLAGS="$CFLAGS -Og" -- Gitee