Bug 762449 - Enable jemalloc4 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 9fb2f78ddb
commit 567547e0c9

View File

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