discomfitor pushed a commit to branch master.

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

commit e306a0bd94188e4e0efd6c5056c9a40cb8282e3c
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
Date:   Mon Aug 20 13:02:08 2018 -0400

    configure: do not drop to max loglevel 3
    
    Summary:
    For the actaul release this might be helpfull, however, we are in a
    freeze, people are getting theire alpha releases, that might contain
    bugs, its just makes the workflow of fixing faster if we can get and
    see debugging output.
    
    Reviewers: devilhorns, stefan_schmidt
    
    Reviewed By: devilhorns
    
    Subscribers: cedric, #committers, zmike
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D6548
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5e5c6a23bc..feba751b34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -901,7 +901,7 @@ case "${build_profile}" in
      ;;
 
    release)
-     with_max_log_level="3"
+     with_max_log_level=""
      have_stringshare_usage="no"
      want_valgrind="no"
      want_debug_malloc="no"

-- 


Reply via email to