mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 762449 - Enable jemalloc 3 by default, but don't make it ride the trains yet. r=njn
This commit is contained in:
parent
0e0adce653
commit
3d2c2e2fcc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user