[kernel] change RT_DEBUGING_INIT default to n

This commit is contained in:
guozhanxin 2023-10-08 10:08:47 +08:00 committed by guo
parent 227ea54d9d
commit b6a595ea62
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ menuconfig RT_USING_DEBUG
config RT_DEBUGING_INIT
bool "Enable debugging of components initialization"
default y
default n
config RT_DEBUGING_PAGE_LEAK
bool "Enable page leaking tracer"