mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Add interface to enabled/disable debug output
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4386 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -3729,6 +3729,9 @@ build
|
||||
If only <code>CONFIG_DEBUG</code> then the only output will be errors, warnings, and critical information.
|
||||
If <code>CONFIG_DEBUG_VERBOSE</code> is defined in addition, then general debug comments will also be included in the console output.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_DEBUG_ENABLE</code>: Support an interface to enable or disable debug output.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_DEBUG_SYMBOLS</code>: build without optimization and with debug symbols (needed for use with a debugger).
|
||||
This option has nothing to do with debug output.
|
||||
|
||||
Reference in New Issue
Block a user