Browse thread
Producing a C wrapper with ocamlbuild or OMake
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-03-29 (11:20) |
From: | Nicolas Pouillard <nicolas.pouillard@g...> |
Subject: | Re: [Caml-list] Producing a C wrapper with ocamlbuild or OMake |
On 3/29/07, Joel Reymont <joelr1@gmail.com> wrote: > Nicolas, > > How do you supply arguments to the C compiler when it's invoked > implicitly, to build the C wrapper, for example? flag ["c"; "compile"] (A"-g"); -- Nicolas Pouillard