diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-17 13:54:31 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-17 13:54:31 +0000 |
commit | 6676822a3a67de541520d614fefc2fd2d643be30 (patch) | |
tree | 99cac116d38189baff0389dcf0fd3097be0bb314 /configure.ac | |
parent | 3e99bccc7790172a7665f027f783d7185def4452 (diff) |
efl: fix swapped dev/debug.
thanks demarchi.
SVN revision: 78121
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 51180291d4..41d84a999f 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -354,7 +354,7 @@ have_magic_debug="yes" | |||
354 | have_safety_checks="yes" | 354 | have_safety_checks="yes" |
355 | want_log="yes" | 355 | want_log="yes" |
356 | case "$build_profile" in | 356 | case "$build_profile" in |
357 | debug) | 357 | dev) |
358 | with_max_log_level="" | 358 | with_max_log_level="" |
359 | have_stringshare_usage="no" | 359 | have_stringshare_usage="no" |
360 | 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 | 360 | 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 | |||
362 | want_debug_threads="no" | 362 | want_debug_threads="no" |
363 | ;; | 363 | ;; |
364 | 364 | ||
365 | dev) | 365 | debug) |
366 | with_max_log_level="" | 366 | with_max_log_level="" |
367 | have_stringshare_usage="yes" | 367 | have_stringshare_usage="yes" |
368 | 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 | 368 | 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 |