mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 999913 - Enable replace-malloc on nightly builds. r=mshal
This commit is contained in:
parent
9fcf40eb03
commit
2fd388829d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user