summaryrefslogtreecommitdiff
path: root/tools/ocamlcp.ml
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2011-12-20 10:35:43 +0000
committerAlain Frisch <alain@frisch.fr>2011-12-20 10:35:43 +0000
commitc1f154ea70799d116e652de0c7bb507b8a373b2a (patch)
tree2b6d2f870fb488773159a9632650d53d2910df5a /tools/ocamlcp.ml
parente915c394e7906dacc37c6becee3d6ca43af96f80 (diff)
downloadocaml-c1f154ea70799d116e652de0c7bb507b8a373b2a.tar.gz
New option to force the compilers to show absolute paths in error messages.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11890 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools/ocamlcp.ml')
-rw-r--r--tools/ocamlcp.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ocamlcp.ml b/tools/ocamlcp.ml
index 87c8eeca15..e9c6c05990 100644
--- a/tools/ocamlcp.ml
+++ b/tools/ocamlcp.ml
@@ -43,6 +43,7 @@ let incompatible o =
module Options = Main_args.Make_bytecomp_options (struct
let _a () = make_archive := true; option "-a" ()
+ let _absname = option "-absname"
let _annot = option "-annot"
let _c = option "-c"
let _cc s = option_with_arg "-cc" s