mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-06 03:40:16 +01:00
Assign default value to enable compiler coverage
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65424 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
049a132b86
commit
c9b942e56f
1 changed files with 1 additions and 1 deletions
|
|
@ -63,5 +63,5 @@ AC_DEFUN([COMPILER_COVERAGE],
|
|||
if test "x$GCC" = "xyes"; then
|
||||
CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
|
||||
fi
|
||||
fi])dnl
|
||||
fi],[enable_compiler_coverage=no])dnl
|
||||
])# COMPILER_COVERAGE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue