Confirmed users
3,990
edits
Line 53: | Line 53: | ||
See [https://developer.mozilla.org/en/Publishing_Mercurial_Clones Publishing Mercurial Clones] to learn how to create your own private repository on the server. | See [https://developer.mozilla.org/en/Publishing_Mercurial_Clones Publishing Mercurial Clones] to learn how to create your own private repository on the server. | ||
== How to get non-PGO coverage == | |||
Fool the system! | |||
Include this in your patch. | |||
diff --git a/client.mk b/client.mk | |||
--- a/client.mk | |||
+++ b/client.mk | |||
@@ -210,5 +210,5 @@ else | |||
endif | |||
-profiledbuild:: | |||
+Xprofiledbuild:: | |||
$(MAKE) -f $(TOPSRCDIR)/client.mk build MOZ_PROFILE_GENERATE=1 | |||
$(MAKE) -C $(PGO_OBJDIR) package | |||
@@ -352,5 +352,5 @@ endif | |||
# Build it | |||
-build:: $(OBJDIR)/Makefile $(OBJDIR)/config.status | |||
+profiledbuild:: $(OBJDIR)/Makefile $(OBJDIR)/config.status | |||
$(MOZ_MAKE) | |||
== Server Status == | == Server Status == |