aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/flags.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/flags.ml')
-rw-r--r--lib/flags.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index 06c52e4b2..d764894fa 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -55,6 +55,8 @@ let xml_export = ref false
let ide_slave = ref false
+let time = ref false
+
type load_proofs = Force | Lazy | Dont
let load_proofs = ref Lazy