gecko/image/defs.mk
Ehsan Akhgari 893e6d1c91 Follow-up for bug 833097, bug 833101 and bug 833118 - Only disable PGO on the modules in question on Windows, a=me
--HG--
extra : rebase_source : dae7ac9db9e0b85a39cf7d647b46f9da48398dc2
2013-01-21 18:53:05 -05:00

4 lines
76 B
Makefile

ifeq ($(OS_TARGET),WINNT)
NO_PROFILE_GUIDED_OPTIMIZE := 1 # Don't PGO
endif