summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-01-12 12:55:31 +0000
committerIan Lynagh <ian@well-typed.com>2013-01-12 12:55:31 +0000
commit782faec0d6cd32bc922e3d489c2d44c9ca175a3e (patch)
treee1159f75c3d0b38851e7a2932b0604a2896999a3 /docs
parent5427df8f466e62f154051f957f834f9e7837ea16 (diff)
downloadhaskell-782faec0d6cd32bc922e3d489c2d44c9ca175a3e.tar.gz
Clarify docs on when -ddump-* imply -fforce-recomp; fixes #7406
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/flags.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index d145c0f741..5e2e52d38d 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -460,8 +460,9 @@
<tbody>
<row>
<entry><option>-fforce-recomp</option></entry>
- <entry>Turn off recompilation checking; implied by any
- <option>-ddump-X</option> option</entry>
+ <entry>Turn off recompilation checking. This is implied by any
+ <option>-ddump-X</option> option when compiling a single
+ file (i.e. when using <literal>-c</literal>).</entry>
<entry>dynamic</entry>
<entry><option>-fno-force-recomp</option></entry>
</row>