You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/02 22:34:17 UTC

[GitHub] [incubator-nuttx] yamt commented on pull request #5399: tools/Config.mk: Define NDEBUG if CONFIG_DEBUG_ASSERTIONS isn't defined

yamt commented on pull request #5399:
URL: https://github.com/apache/incubator-nuttx/pull/5399#issuecomment-1028421929


   i feel this is too automatic.
   
   CONFIG_DEBUG_ASSERTIONS is about NuttX specific DEBUGASSERT.
   
   NDEBUG is in the standards and about assert.
   it's usually a per-app thing.
   some apps might be even broken with 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: commits-unsubscribe@nuttx.apache.org

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