diff options
| author | letouzey | 2012-10-05 11:22:03 +0000 |
|---|---|---|
| committer | letouzey | 2012-10-05 11:22:03 +0000 |
| commit | 985580c3ff9eb4b48ccf06fdb6792cce64ba4a61 (patch) | |
| tree | 0c5fd0bfedc2208f7b9756fec82f27fe3014971e /scripts | |
| parent | d2c7ea6ec2133836bf1ec756a53bf504f1c19a2b (diff) | |
coqtop -time : display per-command timings
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15859 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/coqc.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coqc.ml b/scripts/coqc.ml index 9b20544002..efff8dbc61 100644 --- a/scripts/coqc.ml +++ b/scripts/coqc.ml @@ -139,7 +139,7 @@ let parse_args () = | "-R" :: s :: "-as" :: [] -> usage () | "-R" :: s :: t :: rem -> parse (cfiles,t::s::"-R"::args) rem - | ("-notactics"|"-debug"|"-nolib"|"-boot" + | ("-notactics"|"-debug"|"-nolib"|"-boot"|"-time" |"-batch"|"-noinit"|"-nois"|"-noglob"|"-no-glob" |"-q"|"-full"|"-profile"|"-just-parsing"|"-echo" |"-unsafe"|"-quiet" |"-silent"|"-m"|"-xml"|"-v7"|"-v8"|"-beautify"|"-strict-implicit" |
