Skip to content

Commit

Permalink
rpk/transform/build: specify how to enable goroutines
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Rockwood <[email protected]>
  • Loading branch information
rockwotj committed Nov 20, 2023
1 parent 197130a commit 1d98b8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/go/rpk/pkg/cli/transform/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ For example to add debug symbols and use the asyncify scheduler for tinygo:
Language-specific details:
Tinygo - By default tinygo uses release builds (-opt=2) and goroutines are
disabled, for maximum performance.
disabled, for maximum performance. To enable goroutines, pass
-scheduler=asyncify to the underlying build command.
`,
Args: cobra.ArbitraryArgs,
Run: func(cmd *cobra.Command, extraArgs []string) {
Expand Down

0 comments on commit 1d98b8b

Please sign in to comment.