diff options
| author | Gaetan Gilbert | 2017-04-25 14:03:54 +0200 |
|---|---|---|
| committer | Gaetan Gilbert | 2017-04-27 21:42:01 +0200 |
| commit | 5eb09af1e3686d6ac518b9eafe7cfcebd2b16375 (patch) | |
| tree | a35db950be4f197c86d2071ae81b1bfd07a28c3a /checker/include | |
| parent | b20d52da0d040fe37bb75b0b739ad7686f9af127 (diff) | |
Remove uses of [Flags.make_silent]
Diffstat (limited to 'checker/include')
| -rw-r--r-- | checker/include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/include b/checker/include index 6bea3c91a7..09bf2826c0 100644 --- a/checker/include +++ b/checker/include @@ -116,7 +116,7 @@ let prsub s = #install_printer prsub;;*) Checker.init_with_argv [|"";"-coqlib";"."|];; -Flags.make_silent false;; +Flags.quiet := false;; Flags.debug := true;; Sys.catch_break true;; |
