From 25ef655d66c87093d45892c32af49794b49b7952a942293be66399c781ffc396 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 2 May 2024 09:48:54 +0000 Subject: [PATCH] Accepting request 1171128 from home:bmwiedemann:branches:devel:gcc Allow to disable profiling there were some variations in .gcda files that rarely could lead to variations in optimized finaly binaries OBS-URL: https://build.opensuse.org/request/show/1171128 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=467 --- binutils.changes | 5 +++++ binutils.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils.changes b/binutils.changes index 3798629..7c6eb64 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 1 09:52:29 UTC 2024 - Bernhard Wiedemann + +- Allow to disable profiling + ------------------------------------------------------------------- Thu Feb 22 10:11:25 UTC 2024 - Dominique Leuenberger diff --git a/binutils.spec b/binutils.spec index 1c5840e..4109f50 100644 --- a/binutils.spec +++ b/binutils.spec @@ -380,7 +380,7 @@ cd build-dir %endif --enable-shared \ %if %{suse_version} > 1500 -%if %{with bootstrap} +%if %{with bootstrap} && 0%{?do_profiling} --enable-pgo-build=lto \ %endif --enable-colored-disassembly \