aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-06-30 23:25:19 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-07-10 15:22:58 +0200
commit3abbc93733b7f820a436beedcd0b9292378e1840 (patch)
treef310b829a8a2ce2335663d4976bcd029c9c5b102 /toplevel
parent4f554c88aa7ecc8ebeb8af1a11bf3a12d255c25b (diff)
option to always delegate futures to workers
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/coqtop.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/coqtop.ml b/toplevel/coqtop.ml
index d64e3d979..0ccb6faaf 100644
--- a/toplevel/coqtop.ml
+++ b/toplevel/coqtop.ml
@@ -379,6 +379,8 @@ let parse_args arglist =
|"-toploop" -> toploop := Some (next ())
(* Options with zero arg *)
+ |"-async-proofs-always-delegate" ->
+ Flags.async_proofs_always_delegate := true;
|"-batch" -> set_batch_mode ()
|"-beautify" -> make_beautify true
|"-boot" -> boot := true; no_load_rc ()