summaryrefslogtreecommitdiff
path: root/tools/ocamlcp.ml
diff options
context:
space:
mode:
authorLeo White <lpw25@cl.cam.ac.uk>2016-02-11 11:39:14 +0000
committerLeo White <lpw25@cl.cam.ac.uk>2016-02-11 11:39:14 +0000
commitd79380ff63de15da586a0f00c6dc2ca6f16ec87f (patch)
tree171acb271d5ba278d5b4f87d3a112d70c8015f49 /tools/ocamlcp.ml
parent76265a1693838cb599505056e7d75c783b997ab1 (diff)
downloadocaml-d79380ff63de15da586a0f00c6dc2ca6f16ec87f.tar.gz
Enable opaque option in ocamlc
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 931e557b5e..f548c341da 100644
--- a/tools/ocamlcp.ml
+++ b/tools/ocamlcp.ml
@@ -74,6 +74,7 @@ module Options = Main_args.Make_bytecomp_options (struct
let _noautolink = option "-noautolink"
let _nostdlib = option "-nostdlib"
let _o s = option_with_arg "-o" s
+ let _opaque = option "-opaque"
let _open s = option_with_arg "-open" s
let _output_obj = option "-output-obj"
let _output_complete_obj = option "-output-complete-obj"