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