xiaoxiang781216 commented on code in PR #10978:
URL: https://github.com/apache/nuttx/pull/10978#discussion_r1365544752


##########
Kconfig:
##########
@@ -638,6 +638,14 @@ config NDEBUG
        bool "Define NDEBUG globally"
        default !DEBUG_ASSERTIONS
 
+config ASSERTIONS_FILENAME
+       bool "Enable library call assert(3) show the file name"
+       default DEBUG_ASSERTIONS_FILENAME || !DEFAULT_SMALL

Review Comment:
   depends on !NDEBUG



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to