Bug 1567065 - Enable PHC on Linux64 Nightly builds. r=glandium

Depends on D38444

Differential Revision: https://phabricator.services.mozilla.com/D38453

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nicholas Nethercote 2019-07-19 11:28:46 +00:00
Родитель 7974362afd
Коммит 3b27d4cb5e
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -65,8 +65,7 @@ def phc_default(milestone, target, replace_malloc_default, replace_malloc):
target.bitness == 64)
# XXX: disabled for now
option('--enable-phc', env='MOZ_PHC', default=False,
option('--enable-phc', env='MOZ_PHC', default=phc_default,
when='--enable-jemalloc',
help='{Enable|Disable} PHC (Probabilistic Memory Checker). '
'Also enables replace-malloc and frame pointers')