Bug 999913 - Enable replace-malloc on nightly builds. r=mshal

This commit is contained in:
Mike Hommey 2014-05-01 10:57:48 +09:00
parent 9fcf40eb03
commit 2fd388829d

View File

@ -6939,6 +6939,10 @@ fi
dnl ========================================================
dnl = Enable dynamic replacement of malloc implementation
dnl ========================================================
if test -n "$NIGHTLY_BUILD" -a -n "$MOZ_MEMORY"; then
# Enable on central for the debugging opportunities it adds.
MOZ_REPLACE_MALLOC=1
fi
MOZ_ARG_ENABLE_BOOL(replace-malloc,
[ --enable-replace-malloc Enable ability to dynamically replace the malloc implementation],
MOZ_REPLACE_MALLOC=1,