Doc -ccopt
git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@10184 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
727a87f853
commit
7c95fbb5aa
|
@ -145,10 +145,10 @@ Pass the "-l"\var{libname} option to the C linker when linking in
|
|||
given C library to be linked with the program.
|
||||
|
||||
\item["-ccopt" \var{option}]
|
||||
Pass the given option to the C compiler and linker, when linking in
|
||||
``custom runtime'' mode (see the "-custom" option). For instance,
|
||||
Pass the given option to the C compiler and linker. When linking in
|
||||
``custom runtime'' mode, for instance,
|
||||
"-ccopt -L"\var{dir} causes the C linker to search for C libraries in
|
||||
directory \var{dir}.
|
||||
directory \var{dir}. (See the "-custom" option.)
|
||||
|
||||
\item["-config"]
|
||||
Print the version number of "ocamlc" and a detailed summary of its
|
||||
|
|
Loading…
Reference in New Issue