mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
* #20736: daemon: cleanup coverage flags
This commit is contained in:
@ -35,6 +35,7 @@ coverage:
|
||||
coverage-clean:
|
||||
$(AM_V_at)lcov --directory $(top_builddir) --zerocounters
|
||||
$(AM_V_at)rm -rf sflphone-coverage.info
|
||||
$(AM_V_at)rm -rf html-output
|
||||
$(AM_V_at)find -name '*.gcda' -exec rm -f {} +
|
||||
$(AM_V_at)find -name '*.gcno' -exec rm -f {} +
|
||||
|
||||
|
@ -98,8 +98,8 @@ dnl Coverage is default-disabled
|
||||
AC_ARG_ENABLE([coverage], AS_HELP_STRING([--enable-coverage], [Enable coverage]))
|
||||
|
||||
AS_IF([test "x$enable_coverage" = "xyes"], [
|
||||
CXXFLAGS="${CXXFLAGS} -fprofile-arcs -ftest-coverage"
|
||||
LDFLAGS="${LDFLAGS} -fprofile-arcs -ftest-coverage"])
|
||||
CXXFLAGS="${CXXFLAGS} --coverage"
|
||||
LDFLAGS="${LDFLAGS} --coverage"])
|
||||
|
||||
dnl Video is default-disabled
|
||||
AC_ARG_ENABLE([video], AS_HELP_STRING([--enable-video], [Enable video]))
|
||||
|
Reference in New Issue
Block a user