Bug 833359 - Disable PGO on ipc; r=bsmedberg a=me

This commit is contained in:
Ehsan Akhgari 2013-01-22 11:07:14 -05:00
parent aba71a516a
commit f814391641

3
ipc/defs.mk Normal file
View File

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