RTS options in binaries

Simon Marlow simonmar@microsoft.com
Mon, 2 Jun 2003 09:53:57 +0100


 
> Is there an easy way to hardcode RTS options in binaries produced by
> GHC? I know I can make a shell script but an option in GHC could be
> nicer.

See:

http://www.haskell.org/ghc/docs/latest/html/users_guide/runtime-control.html#RTS-HOOKS

Cheers,
	Simon