summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-04-15 15:24:51 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2014-04-15 15:24:51 +0200
commit164233ffb6ee54f918b0cfbb13afcc1a8dd84a82 (patch)
tree408e1631385ccd44fed42ff175490dc90ddc7fb5
parent9fb3aa6549a715b47d4fb64b599ad08b372e97c7 (diff)
downloadefl-164233ffb6ee54f918b0cfbb13afcc1a8dd84a82.tar.gz
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.
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 61a60e9ff8..c4801b9b09 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])