Confirmed users
1,377
edits
(→FAQ) |
|||
| Line 108: | Line 108: | ||
==FAQ== | ==FAQ== | ||
===What if I want PGO for my build=== | ===What if I want PGO for my build=== | ||
Until {{bug|691673}} is resolved, you'll have to add "mk_add_options MOZ_PGO=1" to the mozconfig-extra-$platform file for Linux, Linux64 and Win32 (as desired) | Until {{bug|691673}} is resolved, you'll have to do a small hack if you want PGO to work on your try push. Since {{bug|558180}} landed, mozconfig-extra* mozconfigs aren't sourced. You'll need to add "mk_add_options MOZ_PGO=1" to | ||
*browser/config/mozconfigs/linux32/nightly | |||
*browser/config/mozconfigs/linux64/nightly | |||
*browser/config/mozconfigs/win32/nightly | |||
as desired. These builds will not report any differently. | |||
If you don't have those files in your tree, you'll need to add "mk_add_options MOZ_PGO=1" to the mozconfig-extra-$platform file for Linux, Linux64 and Win32 (as desired) | |||
===What if I don't put "try:" in my commit message?=== | ===What if I don't put "try:" in my commit message?=== | ||