mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1580234 - Disable the custom linker when mozjemalloc is disabled. r=froydnj
Long term, we want to remove the custom linker (bug 1291377) but without more effort than where we're at with bug 1598196, it would break using mozjemalloc. However, some builds using sanitizers don't use mozjemalloc already, and in their case, we can already disable the custom linker. Differential Revision: https://phabricator.services.mozilla.com/D54078 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
b1d0510804
commit
73a0be7d5d
@ -581,7 +581,7 @@ case "$target" in
|
||||
;;
|
||||
|
||||
*-android*|*-linuxandroid*)
|
||||
if test "$COMPILE_ENVIRONMENT"; then
|
||||
if test "$COMPILE_ENVIRONMENT" -a -n "$MOZ_MEMORY"; then
|
||||
MOZ_LINKER=1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user