From 2e735eb94b7324c0e149fb4e884a7b405581eb4a Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Wed, 26 Apr 2017 03:12:21 +0200 Subject: [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. --- tools/coqc.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/coqc.ml') 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 -- cgit v1.2.3