Browse Source

build_all_use_profile: Build using -fprofile-correction to automatically

correct inconsistent profiles for multi-threaded programs.
pull/2332/head
Matthias Klose 14 years ago
parent
commit
39b1e5dff3
  1. 2
      Makefile.pre.in

2
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:"

Loading…
Cancel
Save