mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
This commit is contained in:
@@ -64,6 +64,6 @@ endif # PCODE_TEST_FS
|
||||
config PCODE_DUMPBUFFER
|
||||
bool "Dump P-code buffers"
|
||||
default n
|
||||
depends on DEBUG && CONFIG_DEBUG_INFO
|
||||
depends on DEBUG_FEATURES && CONFIG_DEBUG_INFO
|
||||
---help---
|
||||
Dump various P-code buffers for debug purposes
|
||||
|
||||
@@ -96,7 +96,7 @@ Here is a simple test configuration using the NuttX simulator:
|
||||
|
||||
Debug options can also be enabled with:
|
||||
|
||||
CONFIG_DEBUG=y
|
||||
CONFIG_DEBUG_FEATURES=y
|
||||
CONFIG_DEBUG_BINFMT=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user