Revert "build: Temporary disable debug log output during coverage"

This reverts commit 02a5a6bfea.

Daniel fixed the underlaying problem in eolian debug statements which should
make this band aid unnecessary.
This commit is contained in:
Stefan Schmidt 2014-04-15 15:24:51 +02:00
parent 9fb3aa6549
commit 164233ffb6
1 changed files with 1 additions and 2 deletions

View File

@ -322,8 +322,7 @@ if test "${want_coverage}" = "yes" ; then
if test "x${prefer_assert}" = "xno"; then if test "x${prefer_assert}" = "xno"; then
EFL_COV_CFLAGS="${EFL_COV_CFLAGS} -DNDEBUG" EFL_COV_CFLAGS="${EFL_COV_CFLAGS} -DNDEBUG"
else else
# Add -DDEBUG again once eolian is fixed EFL_COV_CFLAGS="${EFL_COV_CFLAGS} -g -O0 -DDEBUG"
EFL_COV_CFLAGS="${EFL_COV_CFLAGS} -g -O0"
fi fi
else else
AC_MSG_ERROR([lcov is not found]) AC_MSG_ERROR([lcov is not found])