Bug 1030706 - Disable PGO in js/src for MSVC 2010. r=glandium

This commit is contained in:
Jan de Mooij 2014-07-16 10:32:57 +02:00
parent 61f2860281
commit dcf8b6678a

View File

@ -403,6 +403,9 @@ else:
'perf/pm_stub.cpp'
]
# Disable PGO for MSVC 2010 due to unpredictable performance, see
# bug 1030706.
if CONFIG['_MSC_VER'] != '1600':
MSVC_ENABLE_PGO = True
HOST_SOURCES += [