Bug 1579054 - Improve the --enable-clang-plugin description r=andi

Differential Revision: https://phabricator.services.mozilla.com/D44820

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sylvestre Ledru 2019-09-05 12:21:38 +00:00
parent 212a96aecf
commit 931b1e9554

View File

@ -2238,7 +2238,7 @@ set_config('ASOUTOPTION', as_outoption)
# ==============================================================
js_option('--enable-clang-plugin', env='ENABLE_CLANG_PLUGIN',
help="Enable building with the mozilla clang plugin")
help="Enable building with the Clang plugin (gecko specific static analyzers)")
add_old_configure_assignment('ENABLE_CLANG_PLUGIN',
depends_if('--enable-clang-plugin')(lambda _: True))