New flag in GHC 7.0.1: --with-rtsopts

Simon Marlow marlowsd at gmail.com
Thu Dec 9 13:51:08 CET 2010


It seems we forgot to mention in the 7.0.1 release notes that there's a 
new compile-time flag, --with-rtsopts.  From the documentation:


4.16.8. Linker flags to change RTS behaviour

GHC lets you exercise rudimentary control over the RTS settings for any 
given program, by using the -with-rtsopts linker flag. For example, to 
set -H128m -K1m, link with -with-rtsopts="-H128m -K1m".



Cheers,
	Simon



More information about the Glasgow-haskell-users mailing list