diff options
Diffstat (limited to 'config.x86_64')
-rw-r--r-- | config.x86_64 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.x86_64 b/config.x86_64 index bd93c51..6fbe344 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -9725,7 +9725,10 @@ CONFIG_GCC_PLUGIN_STRUCTLEAK=y # CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y # CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set -# CONFIG_GCC_PLUGIN_STACKLEAK is not set +CONFIG_GCC_PLUGIN_STACKLEAK=y +CONFIG_STACKLEAK_TRACK_MIN_SIZE=100 +CONFIG_STACKLEAK_METRICS=y +CONFIG_STACKLEAK_RUNTIME_DISABLE=y # end of Memory initialization # end of Kernel hardening options # end of Security options |