From a6020f2d39023ae0d29f7ab44265c5c19bf4572f Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 23 Aug 1999 15:55:58 +0000 Subject: [PATCH] [project @ 1999-08-23 15:55:58 by simonmar] -fno-cpr ==> -fno-cpr-analyse --- ghc/docs/users_guide/using.vsgml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ghc/docs/users_guide/using.vsgml b/ghc/docs/users_guide/using.vsgml index 5b93782..d6ccff5 100644 --- a/ghc/docs/users_guide/using.vsgml +++ b/ghc/docs/users_guide/using.vsgml @@ -949,12 +949,8 @@ analyser [because it is sometimes slow]), specialisation of overloaded functions [because it makes your code bigger]) [US spelling also accepted], and -@-fno-cpr@-fno-cpr option switches off the CPR (constructed product +@-fno-cpr-analyse@-fno-cpr-analyse option switches off the CPR (constructed product result) analyser. - -@-fno-update-analysis@-fno-update-analysis option (update -analyser, because it sometimes takes a long time). This one -is only enabled with -O2 anyway. Should you wish to turn individual flags on, you are advised -- 1.7.10.4