From a27470f8bb7520af3acaf22ea033b7cb8871a966 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 8cc8e1b..69dc344 100755 --- 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" -- 2.7.4