Searched hist:"1658 dcee3d43edde9c971b6e88fee64ab9fc67e0" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/ |
H A D | Kconfig | diff 1658dcee3d43edde9c971b6e88fee64ab9fc67e0 Mon May 28 11:22:07 CEST 2018 Masahiro Yamada <yamada.masahiro@socionext.com> gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TEST
Now that the compiler's plugin support is checked in Kconfig, all{yes,mod}config will not be bothered.
Remove 'depends on !COMPILE_TEST' for GCC_PLUGINS.
'depends on !COMPILE_TEST' for the following three are still kept: GCC_PLUGIN_CYC_COMPLEXITY GCC_PLUGIN_STRUCTLEAK_VERBOSE GCC_PLUGIN_RANDSTRUCT_PERFORMANCE
Kees suggested to do so because the first two are too noisy, and the last one would reduce the compile test coverage. I commented the reasons in arch/Kconfig.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Kees Cook <keescook@chromium.org>
|