aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/flags.ml
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-07-11 11:08:06 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-07-11 11:08:06 +0200
commit677a9b8e62893416ac195e316473a4bd421a1d79 (patch)
tree3728eb41a5e8eceeeb6043f8a9d9a85524fa4f55 /lib/flags.ml
parent58270be4668ab87e5f2d0d06c820bd457ae1aa01 (diff)
STM: let toploop plugins specify the flags for STM workers
Diffstat (limited to 'lib/flags.ml')
-rw-r--r--lib/flags.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index 5d94270f4..92824c9f5 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -51,9 +51,10 @@ let compilation_mode = ref BuildVo
type async_proofs = APoff | APonLazy | APonParallel of int
let async_proofs_mode = ref APoff
let async_proofs_n_workers = ref 1
-let async_proofs_worker_flags = ref None
+let async_proofs_private_flags = ref None
let async_proofs_always_delegate = ref false
let async_proofs_never_reopen_branch = ref false
+let async_proofs_flags_for_workers = ref []
let async_proofs_is_worker () =
match !async_proofs_mode with