summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-11-02 12:26:17 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-12-01 03:09:21 -0500
commit322b6b457debdfaa4b013f3120cc48c2ac4a5d13 (patch)
tree8e8e9a5b3f6a06231eb334e6f2cdbaf3ef262606
parent1c0c140aee48e35a2afdb4fa2b0ecc4fd08d3893 (diff)
downloadhaskell-322b6b457debdfaa4b013f3120cc48c2ac4a5d13.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 b49ef5ddeb..9788a0593f 100644
--- a/hadrian/doc/flavours.md
+++ b/hadrian/doc/flavours.md
@@ -241,6 +241,10 @@ The supported transformers are listed below:
<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>
+ <tr>
<td><code>collect_timings</code></td>
<td>Collects timings while building the stage2+ compiler by adding the
flags <code>-ddump-to-file -ddump-timings</code>.</td>