diff options
| author | Pierre-Marie Pédrot | 2016-06-14 01:44:53 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-06-14 01:44:53 +0200 |
| commit | 19330a458b907b5e66a967adbfe572d92194913c (patch) | |
| tree | 2d3ffa4715224082dec3c9d6f8247881ca2b1f2c /tools | |
| parent | 95bdd608fa7862dc28cc7f4f95578ed1a20353eb (diff) | |
| parent | d018d4148ef6cce96006bd76f83ccf46f6225e11 (diff) | |
Merge branch "LtacProf for trunk" (PR #165).
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coq_makefile.ml | 5 | ||||
| -rw-r--r-- | tools/coqc.ml | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml index 32c22f9e62..45e843e609 100644 --- a/tools/coq_makefile.ml +++ b/tools/coq_makefile.ml @@ -50,8 +50,9 @@ let section s = let lib_dirs = ["kernel"; "lib"; "library"; "parsing"; "pretyping"; "interp"; "printing"; "intf"; - "proofs"; "tactics"; "tools"; "toplevel"; - "stm"; "grammar"; "config"; "ltac"; "engine"] + "proofs"; "tactics"; "tools"; "ltacprof"; + "toplevel"; "stm"; "grammar"; "config"; + "ltac"; "engine"] let usage () = diff --git a/tools/coqc.ml b/tools/coqc.ml index f957200ab5..18b2a24fa0 100644 --- a/tools/coqc.ml +++ b/tools/coqc.ml @@ -88,7 +88,7 @@ let parse_args () = (* Options for coqtop : a) options with 0 argument *) - | ("-notactics"|"-bt"|"-debug"|"-nolib"|"-boot"|"-time" + | ("-notactics"|"-bt"|"-debug"|"-nolib"|"-boot"|"-time"|"-profile-ltac" |"-batch"|"-noinit"|"-nois"|"-noglob"|"-no-glob" |"-q"|"-full"|"-profile"|"-just-parsing"|"-echo" |"-unsafe"|"-quiet" |"-silent"|"-m"|"-xml"|"-v7"|"-v8"|"-beautify"|"-strict-implicit" |
