pkarashchenko commented on code in PR #1124: URL: https://github.com/apache/incubator-nuttx-apps/pull/1124#discussion_r843490225
########## examples/thttpd/Makefile: ########## @@ -31,6 +31,8 @@ ifeq ($(CONFIG_THTTPD_BINFS),y) else CONTENT_MAKE += -f Makefile.nxflat CSRCS += symtab.c + symtab.c_CFLAGS = -fno-builtin Review Comment: @xiaoxiang781216 maybe we also can use the similar for memcpy and other functions instead of adding an attribute that was added to compiler.h? -- 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]
