summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/ocamlcp.ml1
-rw-r--r--tools/ocamloptp.ml1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/ocamlcp.ml b/tools/ocamlcp.ml
index eb9036bf6..b611094ca 100644
--- a/tools/ocamlcp.ml
+++ b/tools/ocamlcp.ml
@@ -90,6 +90,7 @@ module Options = Main_args.Make_bytecomp_options (struct
let _warn_help = option "-warn-help"
let _where = option "-where"
let _nopervasives = option "-nopervasives"
+ let _dsource = option "-dsource"
let _dparsetree = option "-dparsetree"
let _drawlambda = option "-drawlambda"
let _dlambda = option "-dlambda"
diff --git a/tools/ocamloptp.ml b/tools/ocamloptp.ml
index 8eb08f440..57f7085de 100644
--- a/tools/ocamloptp.ml
+++ b/tools/ocamloptp.ml
@@ -93,6 +93,7 @@ module Options = Main_args.Make_optcomp_options (struct
let _where = option "-where"
let _nopervasives = option "-nopervasives"
+ let _dsource = option "-dsource"
let _dparsetree = option "-dparsetree"
let _drawlambda = option "-drawlambda"
let _dlambda = option "-dlambda"