Bug 762449 - Enable jemalloc 3 by default, but don't make it ride the trains yet. r=njn

This commit is contained in:
Mike Hommey 2015-01-14 15:11:33 +09:00
parent 0e0adce653
commit 3d2c2e2fcc

View File

@ -7217,6 +7217,9 @@ if test -z "$MOZ_MEMORY"; then
esac
else
AC_DEFINE(MOZ_MEMORY)
if test -n "$NIGHTLY_BUILD"; then
MOZ_JEMALLOC3=1
fi
if test -n "$MOZ_JEMALLOC3"; then
AC_DEFINE(MOZ_JEMALLOC3)
fi