raiden00pl opened a new pull request, #16090:
URL: https://github.com/apache/nuttx/pull/16090

   ## Summary
   
   Add an option to completely disable syslog() and replace it with an empty 
functions. This option can be useful for small systems when we don't have any 
logging support, but compiler is not able to remove useless code.
   
   This way the final image also won't contain the strings that are present in 
syslog() calls when compiler optimization is enabled (for example from /boards 
where syslog is often used instead of debug macros). 
   
   ## Impact
   
   new option that must be explicitly selected by the user. No impact on code 
and configs.
   
   ## Testing
   
   some random upstream configuration compiled without warnings
   


-- 
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