From def46af30d265cd19f775213fd1970e614536c9c Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 20 Mar 2001 14:52:29 +0000 Subject: [PATCH] [project @ 2001-03-20 14:52:29 by simonmar] update (no more -optCrts) --- ghc/docs/users_guide/runtime_control.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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. -- 1.7.10.4