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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to