gtk/firefox-kde/firefox-44.0-pgo.patch

14 lines
460 B
Diff
Raw Normal View History

2016-04-30 08:27:35 +08:00
--- Makefile.in 2016-01-24 00:23:32.000000000 +0100
+++ Makefile_.in 2016-02-06 22:04:04.307320097 +0100
@@ -290,6 +290,10 @@
pretty-installer:
unset MOZ_SIGN_CMD && $(MAKE) installer MOZ_PKG_PRETTYNAMES=1
+
+pgo-profile-run:
+ $(PYTHON) $(topsrcdir)/build/pgo/profileserver.py $(EXTRA_TEST_ARGS)
+
#XXX: this is a hack, since we don't want to clobber for MSVC
# PGO support, but we can't do this test in client.mk
ifneq ($(OS_ARCH)_$(GNU_CC), WINNT_)