Bug 419470: Re-enable PGO for Linux mozjemalloc. r=glandium

It only took nine years.

MozReview-Commit-ID: 2zsCBMTJ6O1

--HG--
extra : rebase_source : e3be1bd1c930d32d3c7a9e2d707ed3fe6bc0936f
This commit is contained in:
David Major 2017-02-22 09:46:06 +13:00
Родитель 5e9e84d7ec
Коммит bb5fe68fae
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -28,11 +28,6 @@ DEFINES['abort'] = 'moz_abort'
DEFINES['MOZ_JEMALLOC_IMPL'] = True
#XXX: PGO on Linux causes problems here
# See bug 419470
if CONFIG['OS_TARGET'] == 'Linux':
NO_PGO = True
LOCAL_INCLUDES += [
'/memory/build',
]