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/05/12 06:08:23 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1124: Restore -fno-builtin for SYMTABOBJ

xiaoxiang781216 commented on code in PR #1124:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1124#discussion_r870981228


##########
examples/elf/Makefile:
##########
@@ -30,6 +30,8 @@ CSRCS = cromfs.c
 endif
 CSRCS += dirlist.c
 CSRCS += symtab.c
+tests$(DELIM)symtab.c_CFLAGS = -fno-builtin

Review Comment:
   should we expose -fno-builtin with a macro in Toolchain.defs/Make.defs to avoid the hardcode value in the common file?



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