When doing coverage support, enable DEBUG.

SVN revision: 35294
This commit is contained in:
Cedric BAIL 2008-08-01 14:20:46 +00:00
parent a6b77baa4e
commit 83cd997720
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ if test "x$enable_coverage" = "xyes"; then
COVERAGE_CFLAGS="-fprofile-arcs -ftest-coverage"
COVERAGE_LIBS="-lgcov"
# remove any optimisation flag and force debug symbols
DEBUG_CFLAGS="-g -O0"
DEBUG_CFLAGS="-g -O0 -DDEBUG"
else
AC_MSG_WARN([lcov is not found, disable profiling instrumentation])
enable_coverage="no"