From: simonmar Date: Mon, 23 Aug 1999 15:55:58 +0000 (+0000) Subject: [project @ 1999-08-23 15:55:58 by simonmar] X-Git-Tag: Approximately_9120_patches~5883 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a6020f2d39023ae0d29f7ab44265c5c19bf4572f;p=ghc-hetmet.git [project @ 1999-08-23 15:55:58 by simonmar] -fno-cpr ==> -fno-cpr-analyse --- 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