Excerpts from Johannes Waldmann's message of Tue Sep 07 10:38:47 -0400 2010: > Yuras Shumovich <shumovichy <at> gmail.com> writes: > > > http://hackage.haskell.org/trac/ghc/ticket/3910 > > So what is the magic "link-time flag to en/disable the RTS options"?
As you mentioned earlier, -rtsopts. > It seems it would be needed for all things multi-core, > since you'd want to modify +RTS -Nx This is a good point: if RTS options are disabled, there should probably be a mechanism for specifying what RTS options should be baked in. Cheers, Edward _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
