diff options
Diffstat (limited to 'tools/ocamlcp.ml')
-rw-r--r-- | tools/ocamlcp.ml | 1 |
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" |