[
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: | -- (:) |
| From: | Chris Hecker <checker@d...> |
| Subject: | Re: [Caml-list] Debugging version for win32 |
>This is necessary for any C program that uses Caml in debugging mode. MSVC >requires all parts of a compiled program to be compiled for debugging, this >applies to the Caml runtime and libraries as well. No, you just need to link with debugging on, and then any parts that are compiled with debug information will be there. Just put a -cclib "/link /debug" on the ocaml[c|opt] link command line. Chris ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners