aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts/options.go
diff options
context:
space:
mode:
Diffstat (limited to 'compileopts/options.go')
-rw-r--r--compileopts/options.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/compileopts/options.go b/compileopts/options.go
index 242884abb..d70c4c051 100644
--- a/compileopts/options.go
+++ b/compileopts/options.go
@@ -50,6 +50,7 @@ type Options struct {
LLVMFeatures string
Directory string
PrintJSON bool
+ Monitor bool
}
// Verify performs a validation on the given options, raising an error if options are not valid.