summaryrefslogtreecommitdiff
path: root/mozilla-testing/iceweasel-libre/mozconfig
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-01-02 21:59:59 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-01-02 21:59:59 -0500
commit696a3dfae03d9ca8ca6ed8e733b04b31e2371805 (patch)
treefc238a19bc7533f0d42f857f5b8238752edf9c37 /mozilla-testing/iceweasel-libre/mozconfig
parent4c4aa0c2464e64e3c5e1c75a868032b7b6df9012 (diff)
downloadabslibre-696a3dfae03d9ca8ca6ed8e733b04b31e2371805.tar.gz
abslibre-696a3dfae03d9ca8ca6ed8e733b04b31e2371805.tar.bz2
abslibre-696a3dfae03d9ca8ca6ed8e733b04b31e2371805.zip
Disabable pgo in iceweasel-libre
... by default. If you edit the PKGBUILD and set "_pgo=true", then it will build iceweasel-libre-pgo.
Diffstat (limited to 'mozilla-testing/iceweasel-libre/mozconfig')
-rw-r--r--mozilla-testing/iceweasel-libre/mozconfig8
1 files changed, 2 insertions, 6 deletions
diff --git a/mozilla-testing/iceweasel-libre/mozconfig b/mozilla-testing/iceweasel-libre/mozconfig
index 88e5ec422..9a0cc9ea3 100644
--- a/mozilla-testing/iceweasel-libre/mozconfig
+++ b/mozilla-testing/iceweasel-libre/mozconfig
@@ -33,12 +33,6 @@ ac_add_options --disable-installer
# Optimization
ac_add_options --enable-optimize
-# 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'
-
export MOZILLA_OFFICIAL=1
mk_add_options MOZILLA_OFFICIAL=1
@@ -56,3 +50,5 @@ ac_add_options --with-branding=debian/branding
ac_add_options --disable-safe-browsing
export BUILD_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
+
+# Build-generated