efl: fix swapped dev/debug.

thanks demarchi.


SVN revision: 78121
This commit is contained in:
Gustavo Sverzut Barbieri 2012-10-17 13:54:31 +00:00
parent 3e99bccc77
commit 6676822a3a
1 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ have_magic_debug="yes"
have_safety_checks="yes"
want_log="yes"
case "$build_profile" in
debug)
dev)
with_max_log_level=""
have_stringshare_usage="no"
want_valgrind="no" # TODO: "yes" is not working: relocation R_X86_64_32S against `vgPlain_interim_stack' can not be used when making a shared object; recompile with -fPIC
@ -362,7 +362,7 @@ case "$build_profile" in
want_debug_threads="no"
;;
dev)
debug)
with_max_log_level=""
have_stringshare_usage="yes"
want_valgrind="no" # TODO: "yes" is not working: relocation R_X86_64_32S against `vgPlain_interim_stack' can not be used when making a shared object; recompile with -fPIC