Confirmed users
4,293
edits
(→What if I want PGO for my build: use override) |
|||
| Line 74: | Line 74: | ||
==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 do a small hack if you want PGO to work on your try push. Add | Until {{bug|691673}} is resolved, you'll have to do a small hack if you want PGO to work on your try push. Add | ||
mk_add_options MOZ_PGO=1 | |||
to <tt>[https://mxr.mozilla.org/mozilla-central/source/build/mozconfig.common.override build/mozconfig.common.override]</tt>. | |||
===What if I don't put "try:" in my commit message?=== | ===What if I don't put "try:" in my commit message?=== | ||