Run-time options in ghc on Linux

Simon Marlow simonmar@microsoft.com
Mon, 6 Jan 2003 13:36:44 -0000


> Ok,=20
> $ cat >null.hs=20
> module Main(main) where=20
> main =3D return ()=20
> $ ghc null.hs -o null=20
> $ ./null +RTS -?=20
> $=20

Is your GHCRTS environment variable set to anything?

Cheers,
	Simon