From 300715eb5690e9725ebede87ded63add43def2b2 Mon Sep 17 00:00:00 2001 From: Yangyang Shen Date: Thu, 29 Jul 2021 20:17:30 +0800 Subject: [PATCH] Revert disable separate code --- binutils.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/binutils.spec b/binutils.spec index b13d2b2..4c80612 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,7 +1,7 @@ Summary: Binary utilities Name: binutils Version: 2.34 -Release: 13 +Release: 14 License: GPLv3+ URL: https://sourceware.org/binutils @@ -150,7 +150,6 @@ export LDFLAGS=$RPM_LD_FLAGS --enable-generate-build-notes=no \ $CARGS \ --enable-plugins \ - --enable-separate-code=no \ --enable-shared %make_build %{_smp_mflags} tooldir=%{_prefix} all @@ -323,6 +322,12 @@ fi %{_infodir}/bfd*info* %changelog +* Thu Jul 29 2021 shenyangyang - 2.34-14 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Revert disable separate code for execel performance + * Fri Jul 23 2021 panxiaohe - 2.34-13 - Type:bugfix - ID:NA -- Gitee