зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1586357 - Only force re-linking on 1-tier PGO builds; r=firefox-build-system-reviewers,chmanchester
Differential Revision: https://phabricator.services.mozilla.com/D48206 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
1a37376531
Коммит
58eee388c8
|
@ -470,6 +470,7 @@ endif
|
|||
endif
|
||||
endif
|
||||
|
||||
ifdef MOZ_1TIER_PGO
|
||||
ifneq (,$(MOZ_PROFILE_GENERATE)$(MOZ_PROFILE_USE))
|
||||
ifneq (,$(filter target,$(MAKECMDGOALS)))
|
||||
ifdef GNU_CC
|
||||
|
@ -479,6 +480,7 @@ $(PROGRAM) $(SHARED_LIBRARY) $(LIBRARY): FORCE
|
|||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
endif # NO_PROFILE_GUIDED_OPTIMIZE
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче