summaryrefslogtreecommitdiff
path: root/mozilla-testing/iceweasel-libre/mozconfig.pgo
diff options
context:
space:
mode:
Diffstat (limited to 'mozilla-testing/iceweasel-libre/mozconfig.pgo')
-rw-r--r--mozilla-testing/iceweasel-libre/mozconfig.pgo5
1 files changed, 5 insertions, 0 deletions
diff --git a/mozilla-testing/iceweasel-libre/mozconfig.pgo b/mozilla-testing/iceweasel-libre/mozconfig.pgo
new file mode 100644
index 000000000..3509ec03f
--- /dev/null
+++ b/mozilla-testing/iceweasel-libre/mozconfig.pgo
@@ -0,0 +1,5 @@
+# PGO
+ac_add_options --enable-profile-guided-optimization
+mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-pgo
+mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py'
+mk_add_options PYTHONPATH='$(OBJDIR)/_profile/pgo'