瀏覽代碼

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