From e306a0bd94188e4e0efd6c5056c9a40cb8282e3c Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Mon, 20 Aug 2018 13:02:08 -0400 Subject: [PATCH] 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"