зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1609520 - Fix lint warning after bug 1609422
Differential Revision: https://phabricator.services.mozilla.com/D60059 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
c25cf4185a
Коммит
871109ae17
|
@ -115,8 +115,8 @@ set_config('PGO_JARLOG_PATH', depends_if('--with-pgo-jarlog')(lambda p: p))
|
|||
|
||||
|
||||
@depends('MOZ_PGO', '--enable-profile-use', '--enable-profile-generate',
|
||||
c_compiler, rustc_info)
|
||||
def moz_pgo_rust(pgo, profile_use, profile_generate, c_compiler, rustc):
|
||||
c_compiler)
|
||||
def moz_pgo_rust(pgo, profile_use, profile_generate, c_compiler):
|
||||
if not pgo:
|
||||
return
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче