зеркало из https://github.com/mozilla/gecko-dev.git
Make sure we get demangling for --enable-trace-malloc builds, too. r=brendan
This commit is contained in:
Родитель
9b74802076
Коммит
27d5c1658f
|
@ -3308,8 +3308,8 @@ if test "$HAVE_DEMANGLE"
|
|||
then
|
||||
case "$target" in
|
||||
*-linux*)
|
||||
# Demangle only for debug builds
|
||||
if test "$MOZ_DEBUG"
|
||||
# Demangle only for debug or trace-malloc builds
|
||||
if test "$MOZ_DEBUG" || test "$NS_TRACE_MALLOC"
|
||||
then
|
||||
MOZ_DEMANGLE_SYMBOLS=1
|
||||
AC_DEFINE(MOZ_DEMANGLE_SYMBOLS)
|
||||
|
|
Загрузка…
Ссылка в новой задаче