[Haskell-cafe] Re: Compiling ghc for using STM

Simon Marlow simonmarhaskell at gmail.com
Wed Jul 19 10:40:56 EDT 2006


Duncan Coutts wrote:

> I believe that the smp flavour of the RTS is now built by default and so
> all you need to do is use it when linking a program:
> 
> ghc-6.5 -smp Foo.hs -o foo

Yes, although -smp is now the same as -threaded, so for simplicity we'll stop 
referring to -smp and just use -threaded (it'll still be accepted for backwards 
compatibility, though).

Cheers,
	Simon


More information about the Haskell-Cafe mailing list