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/03/15 16:36:10 UTC

[GitHub] [incubator-nuttx-apps] kassane commented on a change in pull request #1059: App: zig example - Hello

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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org