summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hadrian/doc/flavours.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/hadrian/doc/flavours.md b/hadrian/doc/flavours.md
index c58398844f..806fe8ab81 100644
--- a/hadrian/doc/flavours.md
+++ b/hadrian/doc/flavours.md
@@ -205,9 +205,10 @@ The supported transformers are listed below:
<tr>
<td><code>profiled_ghc</code></td>
<td>Build the GHC executable with cost-centre profiling support.
- It is that you use this in conjunction with `no_dynamic_ghc` since
- GHC does not It is support loading of profiled libraries with the
- dynamically-linker.</td>
+ It is recommended that you use this in conjunction with `no_dynamic_ghc` since
+ GHC does not support loading of profiled libraries with the
+ dynamic linker. You should use a flavour that builds profiling libs and rts,
+ i.e. not <code>quick</code>.</td>
</tr>
<tr>
<td><code>no_dynamic_ghc</code></td>