Commit 39b1e5df authored by Matthias Klose's avatar Matthias Klose

build_all_use_profile: Build using -fprofile-correction to automatically

correct inconsistent profiles for multi-threaded programs.
parent 9facaf4f
......@@ -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:"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment