Bug 833190 - Disable PGO on svg; a=me

This commit is contained in:
Ehsan Akhgari 2013-01-21 23:00:29 -05:00
parent fd30b5e536
commit 741a6001ba
3 changed files with 9 additions and 0 deletions

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

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

3
content/svg/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/svg/defs.mk Normal file
View File

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