diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/flags.ml | 2 | ||||
| -rw-r--r-- | lib/flags.mli | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/flags.ml b/lib/flags.ml index 2bc217fa35..0356863aba 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -50,6 +50,8 @@ let compilation_mode = ref BuildVo type async_proofs = APoff | APonLazy | APon let async_proofs_mode = ref APoff +type cache = Force +let async_proofs_cache = ref None let async_proofs_n_workers = ref 1 let async_proofs_n_tacworkers = ref 2 let async_proofs_private_flags = ref None diff --git a/lib/flags.mli b/lib/flags.mli index 98f0acb957..f94d80ffc4 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -17,6 +17,8 @@ val compilation_mode : compilation_mode ref type async_proofs = APoff | APonLazy | APon val async_proofs_mode : async_proofs ref +type cache = Force +val async_proofs_cache : cache option ref val async_proofs_n_workers : int ref val async_proofs_n_tacworkers : int ref val async_proofs_private_flags : string option ref |
