gcc-plugins/stackleak: Provide verbose mode
authorKees Cook <keescook@chromium.org>
Sun, 6 Feb 2022 17:20:08 +0000 (09:20 -0800)
committerKees Cook <keescook@chromium.org>
Sun, 6 Feb 2022 18:49:57 +0000 (10:49 -0800)
commitf154066b61dfde618d98fdafc8cadde076c7f222
tree155f3ae606576daf61f7454a9d0fbde360de7e18
parent26291c54e111ff6ba87a164d85d4a4e134b7315c
gcc-plugins/stackleak: Provide verbose mode

In order to compare instrumentation between builds, make the verbose
mode of the plugin available during the build. This is rarely needed
(behind EXPERT) and very noisy (disabled for COMPILE_TEST).

Cc: Alexander Popov <alex.popov@linux.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
scripts/Makefile.gcc-plugins
security/Kconfig.hardening