From d53ac8202d4692bf68cc7263cf6177bfb8e9cb68 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 6 Apr 2004 09:30:44 +0000 Subject: [PATCH] [project @ 2004-04-06 09:30:44 by simonpj] Document -fcontext-stack as static --- ghc/docs/users_guide/flags.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghc/docs/users_guide/flags.sgml b/ghc/docs/users_guide/flags.sgml index 6079f5d..769b641 100644 --- a/ghc/docs/users_guide/flags.sgml +++ b/ghc/docs/users_guide/flags.sgml @@ -452,7 +452,7 @@ n set the limit for context reduction - dynamic + static @@ -808,7 +808,7 @@ Turn off CPR analysis static - - + -fcpr @@ -820,9 +820,9 @@ - Turn off full laziness (floating bindings outwards) + Turn off full laziness (floating bindings outwards). It is on by default. dynamic - - + -ffull-laziness -- 1.7.10.4