summaryrefslogtreecommitdiff
path: root/utils/clflags.ml
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2013-12-20 06:55:26 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2013-12-20 06:55:26 +0000
commitd90b126bd428999d767ef4db4c5d3b05eb27c345 (patch)
tree237a045f93257e65ea8b9276d18e79973b5775f7 /utils/clflags.ml
parentc20af454f38f13d7dd3b417e293335fcc82e479f (diff)
downloadocaml-module-alias.tar.gz
Add -trans-mod option for transparent module dependencies.module-alias
Without that option, dependencies are strict, both for typing and linking. git-svn-id: http://caml.inria.fr/svn/ocaml/branches/module-alias@14382 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'utils/clflags.ml')
-rw-r--r--utils/clflags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/clflags.ml b/utils/clflags.ml
index b44b7491f3..829393a00d 100644
--- a/utils/clflags.ml
+++ b/utils/clflags.ml
@@ -58,6 +58,7 @@ and dllpaths = ref ([] : string list) (* -dllpath *)
and make_package = ref false (* -pack *)
and for_package = ref (None: string option) (* -for-pack *)
and error_size = ref 500 (* -error-size *)
+and transparent_modules = ref false (* -trans-mod *)
let dump_source = ref false (* -dsource *)
let dump_parsetree = ref false (* -dparsetree *)
and dump_typedtree = ref false (* -dtypedtree *)