Browse thread
[Caml-list] libcamlrun.a & debugger (or lack thereof)
- Jonathan Roewen
[
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: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | [Caml-list] libcamlrun.a & debugger (or lack thereof) |
Hi, Is the debugger code used in libcamlrun when only used in conjunction with ocamlrun, not the debugger? My aim is to remove that code from my custom libcamlrun since planning on not supporting the debugger. Is that okay to do? Jonathan