[project @ 2001-08-23 14:38:23 by simonmar]
authorsimonmar <unknown>
Thu, 23 Aug 2001 14:38:23 +0000 (14:38 +0000)
committersimonmar <unknown>
Thu, 23 Aug 2001 14:38:23 +0000 (14:38 +0000)
Document -fno-code.

ghc/docs/users_guide/phases.sgml

index e78f34a..01ac535 100644 (file)
@@ -253,6 +253,17 @@ strmod = "\
            code generator.</para>
          </listitem>
        </varlistentry>
+
+       <varlistentry>
+         <term><option>-fno-code</option></term>
+         <indexterm><primary><option>-fno-code</option></primary>
+         </indexterm>
+         <listitem>
+           <para>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.</para>
+         </listitem>
+       </varlistentry>
       </variablelist>
     </sect2>