aboutsummaryrefslogtreecommitdiff
path: root/lib/flags.ml
diff options
context:
space:
mode:
authorMaxime Dénès2017-05-25 16:07:46 +0200
committerMaxime Dénès2017-05-25 16:07:46 +0200
commit9c8cdd5f6c1cb4bda2f8558c17df3ffe69c49264 (patch)
treef52316ae3b0da316a44bb5bb352be99bd77c680f /lib/flags.ml
parent4ad6dbef69f9fd4cb1b55efc252d67325068e6b1 (diff)
parent2e735eb94b7324c0e149fb4e884a7b405581eb4a (diff)
Merge PR#645: [stm] Tweak debug options.
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 00f515b5a6..b2671e5b60 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -80,6 +80,8 @@ let async_proofs_is_master () =
let async_proofs_delegation_threshold = ref 0.03
let debug = ref false
+let stm_debug = ref false
+
let in_debugger = ref false
let in_toplevel = ref false