cvs commit: fptools/ghc/includes Hooks.h fptools/ghc/rts RtsFlags.c fptools/ghc/rts/hooks RtsOpts.c

Simon Peyton-Jones simonpj@microsoft.com
Tue, 2 Oct 2001 08:53:34 -0700


| But in truth, I don't really mind what we do.  It was Simon=20
| PJ who pestered me into doing this in the first place ;-)

I don't mind about the mechanism either. What I'm pestering
for is to be able to say

	ghc -o my-app Foo.o Baz.o Main.o -rts-opts "-H20m"

to avoid the *user* of my-app having to say

	my-app +RTS -H20M -RTS

I am agnositc about the best way to achieve this (worthy!) goal.

Simon