stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2ae279060436e500b5605a13c919cd51f4344460

commit 2ae279060436e500b5605a13c919cd51f4344460
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Mon Mar 7 14:39:16 2016 +0100

    build: do not use DEBUG when running with coverage
    
    Do not force this on everybody who runs with tests=coverage. It makes stdout
    impossible to follow as well as overruns the tests log file. If one wants to
    run with -DDEBUG it can be set from your own CFLAGS.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7fde8c3..fd6bf20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -334,7 +334,7 @@ if test "${want_coverage}" = "yes" ; then
       if test "x${prefer_assert}" = "xno"; then
          EFLALL_COV_CFLAGS="${EFLALL_COV_CFLAGS} -DNDEBUG"
       else
-         EFLALL_COV_CFLAGS="${EFLALL_COV_CFLAGS} -g -O0 -DDEBUG"
+         EFLALL_COV_CFLAGS="${EFLALL_COV_CFLAGS} -g -O0"
       fi
    else
       AC_MSG_ERROR([lcov is not found])

-- 


Reply via email to