acassis commented on code in PR #11977:
URL: https://github.com/apache/nuttx/pull/11977#discussion_r1535856776


##########
libs/libc/misc/lib_utsname.c:
##########
@@ -93,7 +93,8 @@ int uname(FAR struct utsname *name)
 
   strlcpy(name->release,  CONFIG_VERSION_STRING, sizeof(name->release));
 
-#if defined(__DATE__) && defined(__TIME__)
+#if defined(__DATE__) && defined(__TIME__) && \
+    !defined(CONFIG_LIBC_UNAME_DISABLE_TIMESTAMP)

Review Comment:
   Hi @xiaoxiang781216 as I commented in the previous PR, doing it there is not 
ideal, if you run "make clean" and compile again it will generate a new type of 
binary



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