summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLemmih <lemmih@gmail.com>2006-03-18 17:30:34 +0000
committerLemmih <lemmih@gmail.com>2006-03-18 17:30:34 +0000
commit76c0086f090327eecaf510de8bc4efc4dee996dc (patch)
tree08be4b0a1d1387f194ee7a3de14c16ffc6c8d2ca
parent5c67b7e313b2455ca65d5aa5970d86889145e97e (diff)
downloadhaskell-76c0086f090327eecaf510de8bc4efc4dee996dc.tar.gz
Documentation for -fno-code and -fwrite-iface.
-rw-r--r--ghc/docs/users_guide/flags.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/ghc/docs/users_guide/flags.xml b/ghc/docs/users_guide/flags.xml
index e288da2fb2..d3922c3414 100644
--- a/ghc/docs/users_guide/flags.xml
+++ b/ghc/docs/users_guide/flags.xml
@@ -1223,7 +1223,7 @@
<row>
<entry><option>-fno-code</option></entry>
<entry>Omit code generation</entry>
- <entry>mode</entry>
+ <entry>dynamic</entry>
<entry>-</entry>
</row>
</tbody>
@@ -1870,6 +1870,12 @@
<entry>dynamic</entry>
<entry>-</entry>
</row>
+ <row>
+ <entry><option>-fwrite-iface</option></entry>
+ <entry>Write interface to disk even when not generating any code (see <option>-fno-code</option>)</entry>
+ <entry>dynamic</entry>
+ <entry>-fno-write-iface</entry>
+ </row>
</tbody>
</tgroup>
</informaltable>