mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 14:03:39 +00:00
main: escape commands while printing them with the -x flag
This should make issues such as the one in https://github.com/tinygo-org/tinygo/issues/1910 more obvious.
This commit is contained in:
committed by
Ron Evans
parent
af65c006e6
commit
4e610a0ee7
@@ -25,7 +25,7 @@ type Options struct {
|
||||
PrintIR bool
|
||||
DumpSSA bool
|
||||
VerifyIR bool
|
||||
PrintCommands bool
|
||||
PrintCommands func(cmd string, args ...string)
|
||||
Debug bool
|
||||
PrintSizes string
|
||||
PrintAllocs *regexp.Regexp // regexp string
|
||||
|
||||
Reference in New Issue
Block a user