diff options
-rw-r--r-- | hadrian/doc/flavours.md | 4 |
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> |