diff options
Diffstat (limited to 'tools/ocamloptp.ml')
-rw-r--r-- | tools/ocamloptp.ml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |