Yes there is.  In your build.mk, set GhcLibWays = p

This is discussed a lot in the Building Guide, which I commend to you if
you are building GHC.

Simon


| -----Original Message-----
| From: Ashley Yakeley [mailto:[EMAIL PROTECTED]]
| Sent: 09 October 2002 11:56
| To: GHC List
| Subject: Building Both "Regular" and "Profiling" Libraries
| 
| Is there a good strategy for building both regular and profiling
variants
| of libraries? One of the problems is that the .hi files are not
| compatible, so I need to both kinds of those too. Should I be giving
them
| separate names or something? How do people deal with this?
| 
| Right now I do a 'make clean' and then rebuild with profiling options,
| but that's kind of annoying...
| 
| --
| Ashley Yakeley, Seattle WA
| 
| _______________________________________________
| Glasgow-haskell-users mailing list
| [EMAIL PROTECTED]
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to