anchao commented on code in PR #14897:
URL: https://github.com/apache/nuttx/pull/14897#discussion_r1853192795


##########
Kconfig:
##########
@@ -2495,7 +2495,7 @@ config DEBUG_SYMBOLS
 
 config DEBUG_SYMBOLS_LEVEL
        string "Custom symbols level"
-       default "-g"
+       default "-g3"

Review Comment:
   ```suggestion
        default "-g3" if ARCH_TOOLCHAIN_GNU
        default "-g"
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to