yamt commented on code in PR #1124: URL: https://github.com/apache/incubator-nuttx-apps/pull/1124#discussion_r871005295
########## 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: ideally, maybe. we are using `-fno-lto` in the common file as well. -- 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]
