From c01da482d0cbd1dd45d4a04c1fde15fa17bdcdd7 Mon Sep 17 00:00:00 2001 From: John Ford Date: Wed, 5 Oct 2011 09:21:23 -0700 Subject: [PATCH] Bug 658313 - Remove MOZ_PGO from mozconfigs as that is now in automation; r=ted ; DONTBUILD DONT BUILD CLOSED TREE --- browser/config/mozconfigs/linux32/nightly | 1 - browser/config/mozconfigs/linux32/qt | 1 - browser/config/mozconfigs/linux32/release | 1 - browser/config/mozconfigs/linux32/rpm | 2 +- browser/config/mozconfigs/linux64/nightly | 1 - browser/config/mozconfigs/linux64/release | 1 - browser/config/mozconfigs/linux64/rpm | 2 +- 7 files changed, 2 insertions(+), 7 deletions(-) diff --git a/browser/config/mozconfigs/linux32/nightly b/browser/config/mozconfigs/linux32/nightly index d3a4b1f426d8..8b22c2e4e066 100644 --- a/browser/config/mozconfigs/linux32/nightly +++ b/browser/config/mozconfigs/linux32/nightly @@ -27,7 +27,6 @@ export MOZILLA_OFFICIAL=1 export MOZ_TELEMETRY_REPORTING=1 # PGO -mk_add_options MOZ_PGO=1 mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) @MOZ_OBJDIR@/_profile/pgo/profileserver.py 10' # Enable parallel compiling diff --git a/browser/config/mozconfigs/linux32/qt b/browser/config/mozconfigs/linux32/qt index 26767a02490e..70d9461b720c 100644 --- a/browser/config/mozconfigs/linux32/qt +++ b/browser/config/mozconfigs/linux32/qt @@ -22,7 +22,6 @@ ac_add_options --enable-debug-symbols="-gdwarf-2" export MOZILLA_OFFICIAL=1 # PGO -mk_add_options MOZ_PGO=1 mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) @MOZ_OBJDIR@/_profile/pgo/profileserver.py 10' # Enable parallel compiling diff --git a/browser/config/mozconfigs/linux32/release b/browser/config/mozconfigs/linux32/release index df39ac42859a..3e5918f8a034 100644 --- a/browser/config/mozconfigs/linux32/release +++ b/browser/config/mozconfigs/linux32/release @@ -19,7 +19,6 @@ export MOZ_DEBUG_SYMBOLS=1 ac_add_options --enable-debug-symbols="-gdwarf-2" # PGO -mk_add_options MOZ_PGO=1 mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) @MOZ_OBJDIR@/_profile/pgo/profileserver.py 10' # Needed to enable breakpad in application.ini diff --git a/browser/config/mozconfigs/linux32/rpm b/browser/config/mozconfigs/linux32/rpm index a79e9b9fb1a0..673c1999efb6 100644 --- a/browser/config/mozconfigs/linux32/rpm +++ b/browser/config/mozconfigs/linux32/rpm @@ -30,7 +30,7 @@ ac_add_options --enable-debug-symbols="-gdwarf-2" export MOZILLA_OFFICIAL=1 export MOZ_TELEMETRY_REPORTING=1 -mk_add_options MOZ_PGO=1 + mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) @MOZ_OBJDIR@/_profile/pgo/profileserver.py' # Enable parallel compiling diff --git a/browser/config/mozconfigs/linux64/nightly b/browser/config/mozconfigs/linux64/nightly index d3a4b1f426d8..8b22c2e4e066 100644 --- a/browser/config/mozconfigs/linux64/nightly +++ b/browser/config/mozconfigs/linux64/nightly @@ -27,7 +27,6 @@ export MOZILLA_OFFICIAL=1 export MOZ_TELEMETRY_REPORTING=1 # PGO -mk_add_options MOZ_PGO=1 mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) @MOZ_OBJDIR@/_profile/pgo/profileserver.py 10' # Enable parallel compiling diff --git a/browser/config/mozconfigs/linux64/release b/browser/config/mozconfigs/linux64/release index df39ac42859a..3e5918f8a034 100644 --- a/browser/config/mozconfigs/linux64/release +++ b/browser/config/mozconfigs/linux64/release @@ -19,7 +19,6 @@ export MOZ_DEBUG_SYMBOLS=1 ac_add_options --enable-debug-symbols="-gdwarf-2" # PGO -mk_add_options MOZ_PGO=1 mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) @MOZ_OBJDIR@/_profile/pgo/profileserver.py 10' # Needed to enable breakpad in application.ini diff --git a/browser/config/mozconfigs/linux64/rpm b/browser/config/mozconfigs/linux64/rpm index b3423539a0a7..44add9346eb2 100644 --- a/browser/config/mozconfigs/linux64/rpm +++ b/browser/config/mozconfigs/linux64/rpm @@ -30,7 +30,7 @@ ac_add_options --enable-debug-symbols="-gdwarf-2" export MOZILLA_OFFICIAL=1 export MOZ_TELEMETRY_REPORTING=1 -mk_add_options MOZ_PGO=1 + mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) @MOZ_OBJDIR@/_profile/pgo/profileserver.py' # Enable parallel compiling