mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
build_all_use_profile: Build using -fprofile-correction to automatically
correct inconsistent profiles for multi-threaded programs.
This commit is contained in:
parent
9facaf4f65
commit
39b1e5dff3
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ run_profile_task:
|
||||||
$(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK)
|
$(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK)
|
||||||
|
|
||||||
build_all_use_profile:
|
build_all_use_profile:
|
||||||
$(MAKE) all CFLAGS="$(CFLAGS) -fprofile-use"
|
$(MAKE) all CFLAGS="$(CFLAGS) -fprofile-use -fprofile-correction"
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
@echo "Building with support for coverage checking:"
|
@echo "Building with support for coverage checking:"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue