[project @ 2004-03-01 10:17:53 by simonmar]
[ghc-hetmet.git] / ghc / docs / users_guide / flags.sgml
index 1984429..db507f3 100644 (file)
            <row>
              <entry><option>-O</option><replaceable>n</replaceable></entry>
              <entry>Set optimisation level <replaceable>n</replaceable></entry>
-             <entry>dyanamic</entry>
+             <entry>dynamic</entry>
              <entry><option>-O0</option></entry>
            </row>
          </tbody>
            </row>
 
            <row>
+             <entry><option>-fno-full-laziness</option></entry>
+             <entry>Turn off full laziness (floating bindings outwards)</entry>
+             <entry>dynamic</entry>
+             <entry>-</entry>
+           </row>
+
+           <row>
              <entry><option>-fno-pre-inlining</option></entry>
              <entry>Turn off pre-inlining</entry>
              <entry>static</entry>
              <entry>static</entry>
              <entry>-</entry>
            </row>
+           <row>
+             <entry><option>-threaded</option></entry>
+             <entry>Use the threaded runtime</entry>
+             <entry>static</entry>
+             <entry>-</entry>
+           </row>
+           <row>
+             <entry><option>-debug</option></entry>
+             <entry>Use the debugging runtime</entry>
+             <entry>static</entry>
+             <entry>-</entry>
+           </row>
          </tbody>
        </tgroup>
       </informaltable>
              <entry>-</entry>
            </row>
            <row>
+             <entry><option>-optF</option> <replaceable>option</replaceable></entry>
+             <entry>pass <replaceable>option</replaceable> to the
+             custom pre-processor</entry>
+             <entry>dynamic</entry>
+             <entry>-</entry>
+           </row>
+           <row>
              <entry><option>-optc</option> <replaceable>option</replaceable></entry>
              <entry>pass <replaceable>option</replaceable> to the C compiler</entry>
              <entry>dynamic</entry>