mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
main: add -internal-nodwarf flag
This can be useful during development to avoid generating debug information in IR.
This commit is contained in:
committed by
Ron Evans
parent
92d9f856ab
commit
4a240827cb
@@ -35,6 +35,7 @@ type Options struct {
|
||||
PrintIR bool
|
||||
DumpSSA bool
|
||||
VerifyIR bool
|
||||
SkipDWARF bool
|
||||
PrintCommands func(cmd string, args ...string) `json:"-"`
|
||||
Semaphore chan struct{} `json:"-"` // -p flag controls cap
|
||||
Debug bool
|
||||
|
||||
Reference in New Issue
Block a user