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
This commit is contained in:
Marcel Hollerbach 2018-08-20 13:02:08 -04:00 committed by Mike Blumenkrantz
parent cf74462b76
commit e306a0bd94
1 changed files with 1 additions and 1 deletions

View File

@ -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"