From: Matthias Klose Date: Wed, 27 Jun 2012 12:13:33 +0000 (+0200) Subject: build_all_use_profile: Build using -fprofile-correction to automatically X-Git-Tag: v3.3.0b2~387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39b1e5dff3e28aa01f6c43a3a73ea17bfbe14d48;p=python build_all_use_profile: Build using -fprofile-correction to automatically correct inconsistent profiles for multi-threaded programs. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index bfa818bfbb..88f6967cde 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -448,7 +448,7 @@ run_profile_task: $(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK) build_all_use_profile: - $(MAKE) all CFLAGS="$(CFLAGS) -fprofile-use" + $(MAKE) all CFLAGS="$(CFLAGS) -fprofile-use -fprofile-correction" coverage: @echo "Building with support for coverage checking:"