From d79380ff63de15da586a0f00c6dc2ca6f16ec87f Mon Sep 17 00:00:00 2001 From: Leo White Date: Thu, 11 Feb 2016 11:39:14 +0000 Subject: Enable opaque option in ocamlc --- tools/ocamlcp.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/ocamlcp.ml') 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" -- cgit v1.2.1