From: simonmar Date: Thu, 23 Aug 2001 14:38:23 +0000 (+0000) Subject: [project @ 2001-08-23 14:38:23 by simonmar] X-Git-Tag: Approximately_9120_patches~1100 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=53acec44cfbad6f838e3f05b88431e284a551767;p=ghc-hetmet.git [project @ 2001-08-23 14:38:23 by simonmar] Document -fno-code. --- diff --git a/ghc/docs/users_guide/phases.sgml b/ghc/docs/users_guide/phases.sgml index e78f34a..01ac535 100644 --- a/ghc/docs/users_guide/phases.sgml +++ b/ghc/docs/users_guide/phases.sgml @@ -253,6 +253,17 @@ strmod = "\ code generator. + + + + + + + Omit code generation (and all later phases) + altogether. Might be of some use if you just want to see + dumps of the intermediate compilation phases. + +