diff options
Diffstat (limited to 'hadrian/doc/flavours.md')
-rw-r--r-- | hadrian/doc/flavours.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hadrian/doc/flavours.md b/hadrian/doc/flavours.md index 3ef7ac5a3a..d8a4efe7af 100644 --- a/hadrian/doc/flavours.md +++ b/hadrian/doc/flavours.md @@ -243,6 +243,14 @@ 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>debug_ghc</code></td> + <td>Build the stage2 compiler linked against the debug rts</td> + </tr> + <tr> + <td><code>debug_stage1_ghc</code></td> + <td>Build the stage1 compiler linked against the debug rts</td> + </tr> + <tr> <td><code>assertions</code></td> <td>Build the stage2 compiler with assertions enabled. </td> </tr> |