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:
Mike Shal 2019-10-04 20:53:42 +00:00
Родитель 1a37376531
Коммит 58eee388c8
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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