kassane commented on a change in pull request #1059:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1059#discussion_r827186855
##########
File path: examples/hello_zig/Makefile
##########
@@ -23,6 +23,7 @@ include $(APPDIR)/Make.defs
# Hello, Zig! Example
MAINSRC = hello_zig_main.zig
+ZIGFLAGS += -fsingle-threaded
Review comment:
Sorry, this flag is only needed when for example trying to make it
compatible with rust_app which requires lib to be single-thread.
--
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]