diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-09-27 13:27:07 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-09-27 13:27:07 +0000 |
commit | 501281032723cfb1e6e324921c6c3e47b03730ab (patch) | |
tree | f6beb9e6442affc3d37242de93e18929e78aaf91 /docs/users_guide/phases.xml | |
parent | a1579a34bba86590e3656e5c7e88a78a9fb2f584 (diff) | |
download | haskell-501281032723cfb1e6e324921c6c3e47b03730ab.tar.gz |
Rename -no-recomp to -fforce-recomp, and document it
Diffstat (limited to 'docs/users_guide/phases.xml')
-rw-r--r-- | docs/users_guide/phases.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/phases.xml b/docs/users_guide/phases.xml index cc9fbfbf16..4066345693 100644 --- a/docs/users_guide/phases.xml +++ b/docs/users_guide/phases.xml @@ -788,7 +788,7 @@ $ cat foo.hspp</screen> <literal>ghc</literal> is not clever enough to figure out that they both need recompiling. You can force recompilation by removing the object file, or by using the - <option>-no-recomp</option> flag. + <option>-fforce-recomp</option> flag. </para> </listitem> </varlistentry> |