diff options
author | Lemmih <lemmih@gmail.com> | 2006-03-18 17:30:34 +0000 |
---|---|---|
committer | Lemmih <lemmih@gmail.com> | 2006-03-18 17:30:34 +0000 |
commit | 206710baa90ffb7ff3541f76ec2d5daf5e3a47e5 (patch) | |
tree | 45e71cd4d9e7302d6ee5226920ba2932b6e8f071 | |
parent | b868ceeab9281a76e6b5095bc612c0b992c16418 (diff) | |
download | haskell-206710baa90ffb7ff3541f76ec2d5daf5e3a47e5.tar.gz |
Documentation for -fno-code and -fwrite-iface.
-rw-r--r-- | ghc/docs/users_guide/flags.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ghc/docs/users_guide/flags.xml b/ghc/docs/users_guide/flags.xml index d3922c3414..e288da2fb2 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>dynamic</entry> + <entry>mode</entry> <entry>-</entry> </row> </tbody> @@ -1870,12 +1870,6 @@ <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> |