diff options
| author | Théo Zimmermann | 2020-04-02 15:47:34 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-04-02 22:13:56 +0200 |
| commit | efa833d06990262174195fdc43a542d272b480a3 (patch) | |
| tree | 027f037e2a6c1cb4f922cdd56532ce2bbf3b2de8 /stm/asyncTaskQueue.ml | |
| parent | 73563c2ff4a4214a3b6aa2333c3f413086500a0e (diff) | |
Fix options listed in asycTaskQueue.
Diffstat (limited to 'stm/asyncTaskQueue.ml')
| -rw-r--r-- | stm/asyncTaskQueue.ml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stm/asyncTaskQueue.ml b/stm/asyncTaskQueue.ml index c8eb7b08f1..87d844edb3 100644 --- a/stm/asyncTaskQueue.ml +++ b/stm/asyncTaskQueue.ml @@ -138,7 +138,9 @@ module Make(T : Task) () = struct set_slave_opt tl (* We need to pass some options with one argument *) | ( "-I" | "-include" | "-top" | "-topfile" | "-coqlib" | "-exclude-dir" | "-compat" - | "-require" | "-w" | "-color" | "-init-file" + | "-require-import" | "-require-export" | "-require-import-from" | "-require-export-from" + | "-ri" | "-re" | "-rifrom" | "-refrom" | "-load-vernac-object" + | "-w" | "-color" | "-init-file" | "-profile-ltac-cutoff" | "-main-channel" | "-control-channel" | "-mangle-names" | "-set" | "-unset" | "-diffs" | "-mangle-name" | "-dump-glob" | "-bytecode-compiler" | "-native-compiler" as x) :: a :: tl -> x :: a :: set_slave_opt tl |
