Explorar el Código

[kernel] change RT_DEBUGING_INIT default to n

guozhanxin hace 1 año
padre
commit
b6a595ea62
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"