summaryrefslogtreecommitdiff
path: root/driver/optmain.ml
diff options
context:
space:
mode:
Diffstat (limited to 'driver/optmain.ml')
-rw-r--r--driver/optmain.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/optmain.ml b/driver/optmain.ml
index e9ae7fd6a6..6a8ea204d8 100644
--- a/driver/optmain.ml
+++ b/driver/optmain.ml
@@ -231,6 +231,8 @@ module Options = Main_args.Make_optcomp_options (struct
let _thread = set use_threads
let _unbox_closures = set unbox_closures
let _unbox_closures_factor f = unbox_closures_factor := f
+ let _unboxed_types = set unboxed_types
+ let _no_unboxed_types = clear unboxed_types
let _unsafe = set fast
let _unsafe_string = set unsafe_string
let _v () = print_version_and_library "native-code compiler"