Browse thread
[Caml-list] ocamlc -output-obj, and keeping temporaries
- 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] ocamlc -output-obj, and keeping temporaries |
Hi All, How can I keep the temporary C file generated by ocamlc when using -output-obj flag? This would help us debug a curious boot problem with ocaml/DST on random hardware. Jonathan