Currently, the following arguments are supported to generate direct arguments to the ocaml compilers:
-src Arguments are given to compile without installing.
-c Arguments are given for compilation, without linking.
-opt Arguments are given for native-code compilation.
-byte Arguments are given for byte-code compilation
(Default).
-thread Arguments are given for compilation with threads.
-systhread Arguments are given for compilation with
system threads (only different from -thread with
-src )
The following arguments are also available to give information on the CDK installation:
-camlp4 Prints the camlp4 installation directory.
-ocamllib Prints the Ocaml installation directory.
-libdir Prints the CDK library directory.
-bindir Prints the CDK binary directory.
-mandir Prints the CDK manpages directory.
Go to the first, previous, next, last section, table of contents.