[project @ 2002-07-25 14:47:30 by simonmar]
[ghc-hetmet.git] / ghc / docs / users_guide / flags.sgml
index f2ce65f..0454026 100644 (file)
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
+           <row>
+             <entry><option>-ddump-minimal-imports</option></entry>
+             <entry>Dump a minimal set of imports</entry>
+             <entry>dynamic</entry>
+             <entry>-</entry>
+           </row>
+           <row>
+             <entry><option>--show-iface</option> <replaceable>file</replaceable></entry>
+             <entry>Read the interface in
+             <replaceable>file</replaceable> and dump it as text to
+             <literal>stdout</literal>.</entry>
+             <entry>static</entry>
+             <entry>-</entry>
+           </row>
          </tbody>
        </tgroup>
       </informaltable>
              <entry><option>-fno-glasgow-exts</option></entry>
            </row>
            <row>
+             <entry><option>-ffi</option> or <option>-fffi</option></entry>
+             <entry>Enable foreign function interface (implied by
+             <option>-fglasgow-exts</option>)</entry>
+             <entry>dynamic</entry>
+             <entry><option>-fno-ffi</option></entry>
+           </row>
+           <row>
+             <entry><option>-fwith</option></entry>
+             <entry>Enable deprecated <literal>with</literal> keyword</entry>
+             <entry>dynamic</entry>
+             <entry><option>-fno-with</option></entry>
+           </row>
+           <row>
              <entry><option>-fignore-asserts</option></entry>
              <entry>Ignore assertions</entry>
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
            <row>
+             <entry><option>-framework</option> <replaceable>name</replaceable></entry>
+             <entry>On Darwin/MacOS X only, link in the framework <replaceable>name</replaceable>.
+               This option corresponds to the <option>-framework</option> option for Apple's Linker.</entry>
+             <entry>static</entry>
+             <entry>-</entry>
+           </row>
+           <row>
+             <entry><option>-framework-path</option> <replaceable>name</replaceable></entry>
+             <entry>On Darwin/MacOS X only, add <replaceable>dir</replaceable> to the list of
+               directories searched for frameworks.
+               This option corresponds to the <option>-F</option> option for Apple's Linker.</entry>
+             <entry>static</entry>
+             <entry>-</entry>
+           </row>
+           <row>
              <entry><option>-split-objs</option></entry>
              <entry>Split objects (for libraries)</entry>
              <entry>static</entry>