summaryrefslogtreecommitdiffstats
path: root/driver/main.ml
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2012-10-17 16:09:38 +0000
committerAlain Frisch <alain@frisch.fr>2012-10-17 16:09:38 +0000
commitdfa500533af1eb84d7ff901fd2871ece8ce84d79 (patch)
treea744e50c56487356c018e6c8397ebec91496fd01 /driver/main.ml
parent3ffcd661001a92cece460da6f2586a05cd485e62 (diff)
#5741: make Pprintast available from the command-line (-dsource).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13025 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'driver/main.ml')
-rw-r--r--driver/main.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/main.ml b/driver/main.ml
index 8b895af63..b3d5842a0 100644
--- a/driver/main.ml
+++ b/driver/main.ml
@@ -138,6 +138,7 @@ module Options = Main_args.Make_bytecomp_options (struct
let _where = print_standard_library
let _verbose = set verbose
let _nopervasives = set nopervasives
+ let _dsource = set dump_source
let _dparsetree = set dump_parsetree
let _drawlambda = set dump_rawlambda
let _dlambda = set dump_lambda