mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
6 lines
131 B
Makefile
6 lines
131 B
Makefile
ifeq ($(OS_TARGET),WINNT)
|
|
ifneq (,$(filter nightly,$(MOZ_UPDATE_CHANNEL)))
|
|
NO_PROFILE_GUIDED_OPTIMIZE := 1 # Don't PGO
|
|
endif
|
|
endif
|