summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2018-08-20 13:02:08 -0400
committerMike Blumenkrantz <zmike@samsung.com>2018-08-20 13:02:09 -0400
commite306a0bd94188e4e0efd6c5056c9a40cb8282e3c (patch)
treef6134b6fe0a03dc766930f90f9b5009a6031681e
parentcf74462b766755b7b9944a5f5715d72164bc67d4 (diff)
downloadefl-e306a0bd94188e4e0efd6c5056c9a40cb8282e3c.tar.gz
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
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"