mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 14:03:39 +00:00
all: add -work flag
This flag has the same behavior as in upstream Go. It can be useful while debugging certain issues.
This commit is contained in:
committed by
Ron Evans
parent
e9d9ae8781
commit
5746154cc0
@@ -28,6 +28,7 @@ type Options struct {
|
||||
PanicStrategy string
|
||||
Scheduler string
|
||||
Serial string
|
||||
Work bool // -work flag to print temporary build directory
|
||||
PrintIR bool
|
||||
DumpSSA bool
|
||||
VerifyIR bool
|
||||
|
||||
Reference in New Issue
Block a user