diff options
author | Emilio Jesus Gallego Arias <e+git@x80.org> | 2017-04-26 03:12:21 +0200 |
---|---|---|
committer | Emilio Jesus Gallego Arias <e+git@x80.org> | 2017-05-18 04:58:18 +0200 |
commit | 2e735eb94b7324c0e149fb4e884a7b405581eb4a (patch) | |
tree | a90de9bec28eb0fc651da7ce8e2078d9844af2bd /tools | |
parent | 6d770156669dd9868ae7623b8f4302866e2cc8c7 (diff) |
[stm] Tweak debug options.
We allow for a dynamic setting of the STM debug flag, and we print
some more information about the result of `process_transaction`.
We also fix a printing bug due to mixing `Printf` and `Format`, which
are not compatible.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/coqc.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/coqc.ml b/tools/coqc.ml index 552a943c8..b0a5ce7a1 100644 --- a/tools/coqc.ml +++ b/tools/coqc.ml @@ -96,6 +96,7 @@ let parse_args () = |"-impredicative-set"|"-vm"|"-native-compiler" |"-indices-matter"|"-quick"|"-type-in-type" |"-async-proofs-always-delegate"|"-async-proofs-never-reopen-branch" + |"-stm-debug" as o) :: rem -> parse (cfiles,o::args) rem |