Skip to content

Commit

Permalink
Bug 999913 - Enable replace-malloc on nightly builds. r=mshal
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed May 1, 2014
1 parent 293be15 commit e544bb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -6887,6 +6887,10 @@ fi
dnl ========================================================
dnl = Enable dynamic replacement of malloc implementation
dnl ========================================================
if test -n "$NIGHTLY_BUILD"; 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,
Expand Down

0 comments on commit e544bb1

Please sign in to comment.