commit | 215e2aa6c024d27cdbe88e2ea88cb59dcab588eb | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Nov 08 16:27:03 2016 -0800 |
committer | Kees Cook <keescook@chromium.org> | Tue Nov 08 16:27:03 2016 -0800 |
tree | ba21689004c6a4f1fbf198d735bb1d6e9608f24e | |
parent | 68fdc678df4646d5b81efd1684575be2db6c005b [diff] |
gcc-plugins: Adjust Kconfig to avoid cyc_complexity In preparation for removing "depends on !COMPILE_TEST" from GCC_PLUGINS, the GCC_PLUGIN_CYC_COMPLEXITY plugin needs to gain the restriction, since it is mainly an example, and produces (intended) voluminous stderr reporting, which is generally undesirable for allyesconfig-style build tests. This additionally puts the plugin behind EXPERT and improves the help text. Signed-off-by: Kees Cook <keescook@chromium.org>