From b2a73e9adaef0fe3f2e895045aae7b55d0150402 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:40:35 +0000 Subject: [PATCH] test lto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 编译小伙 <412998149@qq.com> --- python3.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python3.spec b/python3.spec index 6da98d2..51c143a 100644 --- a/python3.spec +++ b/python3.spec @@ -279,6 +279,7 @@ pushd ${DebugBuildDir} %endif --without-ensurepip \ --with-pydebug + --with-lto %make_build EXTRA_CFLAGS="$CFLAGS -Og" -- Gitee