forked from mirrors/gecko-dev
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:
parent
5e9e84d7ec
commit
bb5fe68fae
1 changed files with 0 additions and 5 deletions
|
|
@ -28,11 +28,6 @@ DEFINES['abort'] = 'moz_abort'
|
||||||
|
|
||||||
DEFINES['MOZ_JEMALLOC_IMPL'] = True
|
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 += [
|
LOCAL_INCLUDES += [
|
||||||
'/memory/build',
|
'/memory/build',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue