diff options
| author | Enrico Tassi | 2016-06-14 12:56:03 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2016-06-14 12:56:03 +0200 |
| commit | a1eeb3abe387a89cd5a9108160643b6157f9c0af (patch) | |
| tree | e17a2b20e8c44126912acdf601124386349f3f89 /lib/flags.ml | |
| parent | ee08817e76f91cc67ba9d2ea8f79218e413e21b4 (diff) | |
| parent | c046c30e11d1658d5580c157ebb0d3e6d70fb4e4 (diff) | |
Merge remote-tracking branch 'origin/pr/166' into trunk
Add -o option to coqc
Diffstat (limited to 'lib/flags.ml')
| -rw-r--r-- | lib/flags.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/flags.ml b/lib/flags.ml index f07877e20d..ba19c7a63b 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -47,6 +47,7 @@ let batch_mode = ref false type compilation_mode = BuildVo | BuildVio | Vio2Vo let compilation_mode = ref BuildVo +let compilation_output_name = ref None let test_mode = ref false |
