summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/ocamlcp.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ocamlcp.ml b/tools/ocamlcp.ml
index cf9b894d0..2654eaa4d 100644
--- a/tools/ocamlcp.ml
+++ b/tools/ocamlcp.ml
@@ -50,6 +50,7 @@ module Options = Main_args.Make_options (struct
let _o s = option_with_arg "-o" s
let _output_obj = option "-output-obj"
let _pp s = incompatible "-pp"
+ let _rectypes = option "-rectypes"
let _thread () = ismultithreaded := "-thread"; option "-thread" ()
let _unsafe = option "-unsafe"
let _use_prims s = option_with_arg "-use-prims" s