diff options
| author | Enrico Tassi | 2016-09-30 16:20:05 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2016-09-30 16:20:05 +0200 |
| commit | 14427a707f0e97e15e01bb9d297319917a0379f2 (patch) | |
| tree | 637c3cf790d3756d993a6146ade83ef8b60bb802 | |
| parent | 98da77db53b4a41062c47f8f55418eb1fbb7e5bb (diff) | |
coqc: recognize -profile-ltac-cutoff
| -rw-r--r-- | tools/coqc.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqc.ml b/tools/coqc.ml index ecbbfefac6..b59bbdb1e0 100644 --- a/tools/coqc.ml +++ b/tools/coqc.ml @@ -107,7 +107,7 @@ let parse_args () = |"-load-ml-source"|"-require"|"-load-ml-object" |"-init-file"|"-dump-glob"|"-compat"|"-coqlib"|"-top" |"-async-proofs-j" |"-async-proofs-private-flags" |"-async-proofs" |"-w" - |"-o" + |"-o"|"-profile-ltac-cutoff" as o) :: rem -> begin match rem with |
