Skip to content

Commit b6a595e

Browse files
committed
[kernel] change RT_DEBUGING_INIT default to n
1 parent 227ea54 commit b6a595e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ menuconfig RT_USING_DEBUG
213213

214214
config RT_DEBUGING_INIT
215215
bool "Enable debugging of components initialization"
216-
default y
216+
default n
217217

218218
config RT_DEBUGING_PAGE_LEAK
219219
bool "Enable page leaking tracer"

0 commit comments

Comments
 (0)