RE: --show-iface bug?

2003-01-06 Thread Simon Marlow
> John Meacham wrote:
>  > [...] --show-iface seems to not be able to show .hi files 
> created when
>  > profiling is turned on. [...]
> 
> Use the (undocumented :-) option "-buildtag p" *before* 
> --show-iface, e.g.
> 
> ghc -buildtag p --show-iface Foo.p_hi
> 
> It doesn't work after --show-iface, neither does any 
> combination with -prof.
> SimonM: Should this be fixed or documented as a feature?

Fixed, the test is now disabled when doing --show-iface.

Cheers,
Simon
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



Re: --show-iface bug?

2002-12-29 Thread Sven Panne
John Meacham wrote:
> [...] --show-iface seems to not be able to show .hi files created when
> profiling is turned on. [...]

Use the (undocumented :-) option "-buildtag p" *before* --show-iface, e.g.

   ghc -buildtag p --show-iface Foo.p_hi

It doesn't work after --show-iface, neither does any combination with -prof.
SimonM: Should this be fixed or documented as a feature?

Cheers,
   S.

___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users