From: simonmar Date: Tue, 20 Mar 2001 14:52:29 +0000 (+0000) Subject: [project @ 2001-03-20 14:52:29 by simonmar] X-Git-Tag: Approximately_9120_patches~2360 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=def46af30d265cd19f775213fd1970e614536c9c [project @ 2001-03-20 14:52:29 by simonmar] update (no more -optCrts) --- diff --git a/ghc/docs/users_guide/runtime_control.sgml b/ghc/docs/users_guide/runtime_control.sgml index df474a9..f849569 100644 --- a/ghc/docs/users_guide/runtime_control.sgml +++ b/ghc/docs/users_guide/runtime_control.sgml @@ -72,11 +72,11 @@ on how you compiled). -NOTE: to send RTS options to the compiler itself, you need to prefix -the option with , eg. to increase the maximum heap size for -a compilation to 128M, you would add to the command -line. The compiler understands some options directly without needing -: these are and . +NOTE: since GHC is itself compiled by GHC, you can change RTS options +in the compiler using the normal +RTS ... -RTS +combination. eg. to increase the maximum heap size for a compilation +to 128M, you would add +RTS -M128m -RTS to the +command line.