From e05a117dc4b98f3ac60851608f532ba7cee7343a Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Fri, 22 Jan 2021 15:36:11 +0100 Subject: [PATCH] Enable -fprofile-reproducible=parallel-runs for profiledbootstrap. ChangeLog: PR gcov-profile/98739 * Makefile.in: Enable -fprofile-reproducible=parallel-runs for profiledbootstrap. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 247cb9c8711..03785200dc7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -565,7 +565,7 @@ STAGEprofile_TFLAGS = $(STAGE2_TFLAGS) STAGEtrain_CFLAGS = $(filter-out -fchecking=1,$(STAGE3_CFLAGS)) STAGEtrain_TFLAGS = $(filter-out -fchecking=1,$(STAGE3_TFLAGS)) -STAGEfeedback_CFLAGS = $(STAGE4_CFLAGS) -fprofile-use +STAGEfeedback_CFLAGS = $(STAGE4_CFLAGS) -fprofile-use -fprofile-reproducible=parallel-runs STAGEfeedback_TFLAGS = $(STAGE4_TFLAGS) STAGEautoprofile_CFLAGS = $(STAGE2_CFLAGS) -g