stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=164233ffb6ee54f918b0cfbb13afcc1a8dd84a82
commit 164233ffb6ee54f918b0cfbb13afcc1a8dd84a82 Author: Stefan Schmidt <s.schm...@samsung.com> Date: Tue Apr 15 15:24:51 2014 +0200 Revert "build: Temporary disable debug log output during coverage" This reverts commit 02a5a6bfea50e722bbb71b9cd813d32e453517ae. Daniel fixed the underlaying problem in eolian debug statements which should make this band aid unnecessary. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 61a60e9..c4801b9 100644 --- a/configure.ac +++ b/configure.ac @@ -322,8 +322,7 @@ if test "${want_coverage}" = "yes" ; then if test "x${prefer_assert}" = "xno"; then EFL_COV_CFLAGS="${EFL_COV_CFLAGS} -DNDEBUG" else - # Add -DDEBUG again once eolian is fixed - EFL_COV_CFLAGS="${EFL_COV_CFLAGS} -g -O0" + EFL_COV_CFLAGS="${EFL_COV_CFLAGS} -g -O0 -DDEBUG" fi else AC_MSG_ERROR([lcov is not found]) --