Bug 520704 - "Build problems with libffi and PGO" [r=ted]

This commit is contained in:
Bill Lancashire 2009-12-03 02:20:11 -06:00
Родитель 70014c38a8
Коммит bc7f1056d6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -207,7 +207,7 @@ endif
ifneq ($(OS_ARCH)_$(GNU_CC), WINNT_)
# No point in clobbering if PGO has been explicitly disabled.
ifndef NO_PROFILE_GUIDED_OPTIMIZE
maybe_clobber_profiledbuild: clobber_all
maybe_clobber_profiledbuild: clean
else
maybe_clobber_profiledbuild:
endif