summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Metcalf <me@leif.nz>2021-01-25 13:39:14 -0500
committerLeif Metcalf <me@leif.nz>2021-01-25 13:39:14 -0500
commite37b2bcae0cf4a3dd8d771b454a51928e2efc465 (patch)
treec4dcbe677c6e32d6037786972d9cb6d910a9cb14
parent34a8a0e4cf188a30d2b4b65909f24185c80d071e (diff)
downloadhaskell-wip/leif/hadrian-notes.tar.gz
Warn about using quick with profilingwip/leif/hadrian-notes
-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>