The standard SUBDIRS in the top level Makefile should include libraries
[ghc-hetmet.git] / docs / users_guide / flags.xml
index 4035dc8..b27b756 100644 (file)
          </thead>
          <tbody>
            <row>
-             <entry><option>-keep-hc-file</option></entry>
+             <entry><option>-keep-hc-file</option> or
+                 <option>-keep-hc-files</option></entry>
              <entry>retain intermediate <literal>.hc</literal> files</entry>
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
            <row>
-             <entry><option>-keep-s-file</option></entry>
+             <entry><option>-keep-s-file</option> or
+                 <option>-keep-s-files</option></entry>
              <entry>retain intermediate <literal>.s</literal> files</entry>
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
            <row>
-             <entry><option>-keep-raw-s-file</option></entry>
+             <entry><option>-keep-raw-s-file</option> or
+                 <option>-keep-raw-s-files</option></entry>
              <entry>retain intermediate <literal>.raw_s</literal> files</entry>
              <entry>dynamic</entry>
              <entry>-</entry>
              <entry>-</entry>
            </row>
            <row>
-             <entry><option>-short-ghci-banner</option></entry>
-             <entry>Display a one-line banner at GHCi startup</entry>
-             <entry>dynamic</entry>
-             <entry>-</entry>
-           </row>
-           <row>
-             <entry><option>-long-ghci-banner</option></entry>
-             <entry>Display a full banner at GHCi startup</entry>
-             <entry>dynamic</entry>
-             <entry>-</entry>
-           </row>
-           <row>
              <entry><option>-fdebugging</option></entry>
              <entry>Generate bytecode enabled for debugging</entry>
              <entry>dynamic</entry>
              <entry><option>-X=NoArrows</option></entry>
            </row>
            <row>
+             <entry><option>-fdisambiguate-record-fields</option></entry>
+             <entry>Enable <link linkend="disambiguate-fields">record 
+             field disambiguation</link></entry>
+             <entry>dynamic</entry>
+             <entry><option>-fno-disambiguate-record-fields</option></entry>
+           </row>
+           <row>
              <entry><option>-X=FFI</option> or <option>-X=ForeignFunctionInterface</option></entry>
              <entry>Enable <link linkend="ffi">foreign function interface</link> (implied by
              <option>-fglasgow-exts</option>)</entry>