Bug 833191 - Disable PGO on mathml; a=me

This commit is contained in:
Ehsan Akhgari 2013-01-21 23:01:42 -05:00
parent 817706a4aa
commit 5c5e83cc69
2 changed files with 6 additions and 0 deletions

3
content/mathml/defs.mk Normal file
View File

@ -0,0 +1,3 @@
ifeq ($(OS_TARGET),WINNT)
NO_PROFILE_GUIDED_OPTIMIZE := 1 # Don't PGO
endif

3
layout/mathml/defs.mk Normal file
View File

@ -0,0 +1,3 @@
ifeq ($(OS_TARGET),WINNT)
NO_PROFILE_GUIDED_OPTIMIZE := 1 # Don't PGO
endif