Ian Lynagh wrote:
On Mon, Aug 20, 2007 at 10:11:48AM +0100, Simon Marlow wrote:
Ian Lynagh wrote:
Fri Aug 17 13:36:07 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Add a GhcDebugged build setting, for whether GHC is linked with -debug
Is this really necessary? Why not just
GhcStage1HcOpts += -debug
(and similarly for adding -prof, in fact)
Fair point; I was just copying the GhcThreaded stuff without really
thinking about it. Maybe we even ought to get rid of that variable and
have -not-{threaded,prof,debug} flags?
GhcThreaded is a bit different, being something that we want to
automatically tune based on the platform. We could do this with flag
overriding, but that strikes me as a bit less transparent as it relies on
flag ordering. I don't feel terribly strongly though - by all means do
whatever seems cleanest to you.
Cheers,
Simon
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc