Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
updated mozconfig_whitelist for PGO on linux,linux64,win32
Browse files Browse the repository at this point in the history
  • Loading branch information
lsblakk committed Nov 4, 2011
1 parent 673c671 commit ba3080d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildbot-helpers/mozconfig_whitelist
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,16 @@ for platform in common_platforms:
whitelist['mozilla-release'][platform] = ['ac_add_options --enable-update-channel=release', 'ac_add_options --enable-official-branding']
whitelist['mozilla-release']['linux-maemo5-gtk'] = ['ac_add_options --enable-official-branding',]
whitelist['mozilla-release']['linux-mobile'] = ['CC=/tools/gcc-4.3.3/installed/bin/gcc', 'CXX=/tools/gcc-4.3.3/installed/bin/g++',]
whitelist['mozilla-release']['win32'] += ['mk_add_options MOZ_PGO=1',]
whitelist['mozilla-release']['linux'] += ['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 10'",
]
whitelist['mozilla-release']['linux64'] += ['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 10'",
]

## KNOWN ONLY IN 1.9.2
Expand Down

0 comments on commit ba3080d

Please sign in to comment.