xiaoxiang781216 commented on PR #16090:
URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2764412852

   @raiden00pl why make an empty syslog/vsyslog when CONFIG_SYSLOG=n, but 
instead add a new CONFIG_SYSLOG_NONE, like this:
   ```
   if(CONFIG_SYSLOG)
     target_sources(c PRIVATE lib_setlogmask.c lib_syslog.c)
   else()
     target_sources(c PRIVATE lib_syslog_none.c)
   endif()
   ```


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