aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts/options.go
diff options
context:
space:
mode:
Diffstat (limited to 'compileopts/options.go')
-rw-r--r--compileopts/options.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/compileopts/options.go b/compileopts/options.go
index 23320c027..80667b8ee 100644
--- a/compileopts/options.go
+++ b/compileopts/options.go
@@ -4,6 +4,7 @@ import (
"fmt"
"regexp"
"strings"
+ "time"
)
var (
@@ -29,6 +30,7 @@ type Options struct {
Scheduler string
Serial string
Work bool // -work flag to print temporary build directory
+ InterpTimeout time.Duration
PrintIR bool
DumpSSA bool
VerifyIR bool