diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 568c14a2f3a6..e5024fe64202 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -195,7 +195,7 @@ config ENABLE_MUST_CHECK config FRAME_WARN int "Warn for stack frames larger than (needs gcc 4.4)" range 0 8192 - default 5600 if KASAN + default 0 if KASAN default 1024 if !64BIT default 2048 if 64BIT help