diff options
| author | Jasper Hugunin | 2018-02-17 07:35:57 -0800 |
|---|---|---|
| committer | Jasper Hugunin | 2018-02-17 07:35:57 -0800 |
| commit | 5968648f9e9db09de462dd8c3530febd66466312 (patch) | |
| tree | 32b40e69b44345209042481fef71c26a4525f778 /tools | |
| parent | 8dd6d091ffbfa237f7266eeca60187263a9b521f (diff) | |
Implement name mangling option
Diffstat (limited to 'tools')
| -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 b381c5ba42..11c3e4f78e 100644 --- a/tools/coqc.ml +++ b/tools/coqc.ml @@ -109,7 +109,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"|"-profile-ltac-cutoff" + |"-o"|"-profile-ltac-cutoff"|"-mangle-names" as o) :: rem -> begin match rem with |
