mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +00:00
main: add -p flag to set parallelism
This is very useful for debugging.
This commit is contained in:
committed by
Ron Evans
parent
79bdd3f79a
commit
c638f03b3c
@@ -31,6 +31,7 @@ type Options struct {
|
||||
DumpSSA bool
|
||||
VerifyIR bool
|
||||
PrintCommands func(cmd string, args ...string)
|
||||
Parallelism int // -p flag
|
||||
Debug bool
|
||||
PrintSizes string
|
||||
PrintAllocs *regexp.Regexp // regexp string
|
||||
|
||||
Reference in New Issue
Block a user