diff --git a/m4/boinc_set_compile_flags.m4 b/m4/boinc_set_compile_flags.m4 index 338f4cbf34..2a9708235b 100644 --- a/m4/boinc_set_compile_flags.m4 +++ b/m4/boinc_set_compile_flags.m4 @@ -121,6 +121,8 @@ fi if test x${enable_unit_tests} = xyes ; then BOINC_CHECK_CFLAG(--coverage) BOINC_CHECK_CXXFLAG(--coverage) + BOINC_CHECK_CFLAG(-fprofile-abs-path) + BOINC_CHECK_CXXFLAG(-fprofile-abs-path) LDFLAGS="$LDFLAGS --coverage" fi