> > > Also, when I try to compile for ticky-ticky profiling...
> >
> > Just set GhcLibWays=t, you don't have to set 
> GhcCompilerWays too (this
> > is for building the compiler itself in a different way).
> 
> Unless I want to ticky-ticky profile the compiler itself, yes?

Yup... if you want to do that, you'll need to do a 2-stage bootstrap and
build ticky-ticky libraries (GhcLibWays=t) in the first stage, and build
the compiler with ticky-ticky in the second stage.  I would just do this
by adding -ticky-ticky to GhcHcOpts rather than fiddling with
GhcCompilerWays, since I'm less certain the latter works properly.

Cheers,
        Simon

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

Reply via email to