We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ff9ea commit b2032ddCopy full SHA for b2032dd
src/compiler/compiler-options.md
@@ -53,6 +53,15 @@ See more about [cross-compilation](/compiler/cross-compilation).
53
54
---
55
56
+`--COMAXPROCS <value>` \
57
+Sets the maximum number of Ps that can execute coroutines concurrently.
58
+Pass "default" to explicitly use the runtime default.
59
+The value must be a valid integer and at least 1.
60
+The default may vary by machine and is a reasonable choice for most programs,
61
+optimized for overall concurrency.
62
+
63
+---
64
65
`--shadowing`\
66
Enable variable shadowing.
67
0 commit comments