소스 검색

[kernel] change RT_DEBUGING_INIT default to n

guozhanxin 1 년 전
부모
커밋
b6a595ea62
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Kconfig

+ 1 - 1
src/Kconfig

@@ -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"