diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2011-03-17 16:18:05 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2011-03-17 16:18:05 +0000 |
commit | a53ce2df70be41722d1b1054d1b06af4560d691f (patch) | |
tree | 2429cd9b45cb7cae7e0d3dd2826de05b6d1079ed /man/ocamlc.m | |
parent | 80384c6d8401cdd897e7ff4c75a7a7b1a12b5585 (diff) |
add option -runtime-variant
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10982 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'man/ocamlc.m')
-rw-r--r-- | man/ocamlc.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/ocamlc.m b/man/ocamlc.m index e4715bbad..490d05296 100644 --- a/man/ocamlc.m +++ b/man/ocamlc.m @@ -444,6 +444,16 @@ only recursive types where the recursion goes through an object type are supported. Note that once you have created an interface using this flag, you must use it again for all dependencies. .TP +.BI \-runtime\-variant \ suffix +Add +.I suffix +to the name of the runtime library that will be used by the program. +If OCaml was configured with option +.BR \-with\-debug\-runtime , +then the +.B d +suffix is supported and gives a debug version of the runtime. +.TP .B \-thread Compile or link multithreaded programs, in combination with the system "threads" library described in |