summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-11-02 12:26:17 -0400
committerBen Gamari <ben@smart-cactus.org>2021-11-03 20:14:59 -0400
commita8021fd04d631cb857a863f309429abe34965dfb (patch)
tree7bcde1a613a5f33194629eb17f772b78efbe3b20
parentd605d56dea00e836e8a818c2c4f9766e7ad8c3e7 (diff)
downloadhaskell-a8021fd04d631cb857a863f309429abe34965dfb.tar.gz
hadrian: Document fully_static flavour transformer
-rw-r--r--hadrian/doc/flavours.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/hadrian/doc/flavours.md b/hadrian/doc/flavours.md
index b088b8ab92..0a26043c32 100644
--- a/hadrian/doc/flavours.md
+++ b/hadrian/doc/flavours.md
@@ -240,6 +240,10 @@ The supported transformers are listed below:
<td><code>ipe</code></td>
<td>Build the stage2 libraries with IPE debugging information for use with -hi profiling.</td>
</tr>
+ <tr>
+ <td><code>fully_static</code></td>
+ <td>Produce fully statically-linked executables and build libraries suitable for static linking.</td>
+ </tr>
</table>
### Static