Bug 922520 - Disable MOZ_PSEUDO_DERECURSE on the second PGO pass. r=gps

This commit is contained in:
Mike Hommey 2013-10-02 08:01:35 +09:00
Родитель ef83d981fb
Коммит e737e28153
2 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -108,6 +108,13 @@ ifneq (,$(filter no-pymake,$(subst $(comma), ,$(MOZ_PSEUDO_DERECURSE))))
MOZ_PSEUDO_DERECURSE :=
endif
endif
# Disable MOZ_PSEUDO_DERECURSE on the second PGO pass until it's widely
# tested.
ifdef MOZ_PROFILE_USE
MOZ_PSEUDO_DERECURSE :=
endif
#
# Strip off the excessively long version numbers on these platforms,
# but save the version to allow multiple versions of the same base

Просмотреть файл

@ -108,6 +108,13 @@ ifneq (,$(filter no-pymake,$(subst $(comma), ,$(MOZ_PSEUDO_DERECURSE))))
MOZ_PSEUDO_DERECURSE :=
endif
endif
# Disable MOZ_PSEUDO_DERECURSE on the second PGO pass until it's widely
# tested.
ifdef MOZ_PROFILE_USE
MOZ_PSEUDO_DERECURSE :=
endif
#
# Strip off the excessively long version numbers on these platforms,
# but save the version to allow multiple versions of the same base