> If you want to build GHC in different ways, eg. with 
> ticky-ticky profiling
> on, you can do it by setting "GhcLibWays=t".  This make two 
> versions of
> all the library .o files and .a files, a normal one, and a ticky-ticky
> one.
> 
> My question is: can you stop it from making the normal one?

In a single directory, you can say 'make way=t' to just build the
ticky-ticky versions of everything.  There isn't a way to omit the
normal way from the whole tree, unfortunately.

Cheers,
        Simon

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

Reply via email to