
25 Jan
2007
25 Jan
'07
6:30 a.m.
On Thu, 2007-01-25 at 21:35 +1100, Donald Bruce Stewart wrote:
If you want to profile the library, add "ghc-options: -auto-all" to the .cabal file. When we have configurations you'll be able to make this optional, but for now just add it by hand to .cabal (and don't forget to remove it later).
Should -auto-all be used for --enable-executable-profiling though? I think its missing there too, which seems wrong?
I would agree with that. Anyone want to send a patch? Duncan