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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
