summaryrefslogtreecommitdiffstats
path: root/man/ocamlc.m
diff options
context:
space:
mode:
Diffstat (limited to 'man/ocamlc.m')
-rw-r--r--man/ocamlc.m14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/ocamlc.m b/man/ocamlc.m
index 6183841c6..2f25d54e4 100644
--- a/man/ocamlc.m
+++ b/man/ocamlc.m
@@ -29,6 +29,9 @@ ocamlc \- The Objective Caml bytecode compiler
]
.I filename ...
+.B ocamlc.opt
+.I (same options)
+
.SH DESCRIPTION
The Objective Caml bytecode compiler
@@ -122,6 +125,17 @@ mode (see the description of
.B \-custom
below).
+.B ocamlc.opt
+is the same compiler as
+.BR ocamlc ,
+but compiled with the native-code compiler
+.BR ocamlopt (1).
+Thus, it behaves exactly like
+.BR ocamlc ,
+but compiles faster.
+.B ocamlc.opt
+is not available in all installations of Objective Caml.
+
.SH OPTIONS
The following command-line options are recognized by