From 53acec44cfbad6f838e3f05b88431e284a551767 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 23 Aug 2001 14:38:23 +0000 Subject: [PATCH] [project @ 2001-08-23 14:38:23 by simonmar] Document -fno-code. --- ghc/docs/users_guide/phases.sgml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. + + -- 1.7.10.4