[
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: | 2005-01-27 (11:25) |
From: | Micha <micha-1@f...> |
Subject: | Re: [Caml-list] compiling error... |
Am Donnerstag, 27. Januar 2005 11:31 schrieb Damien Doligez: > The -pg flag is rather useful for the profiling version of the library. > I guess technically you could omit it, but don't complain if you can't > profile your programs afterward. I didn't realize, that there is an extra profiling version of asmrun. Now I just added "-fno-omit-frame-pointer" as the last CC option to that target. Now only libasmrunp.a has the frame-pointer included. Michael