diff options
Diffstat (limited to 'hadrian/doc/flavours.md')
-rw-r--r-- | hadrian/doc/flavours.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hadrian/doc/flavours.md b/hadrian/doc/flavours.md index 5f406364a8..ad80962dbf 100644 --- a/hadrian/doc/flavours.md +++ b/hadrian/doc/flavours.md @@ -276,6 +276,11 @@ The supported transformers are listed below: <td>Collects timings while building the stage2+ compiler by adding the flags <code>-ddump-to-file -ddump-timings</code>.</td> </tr> + <tr> + <td><code>lint</code></td> + <td>Enable Core, STG, and C-- linting in all compilation with the stage1 + compiler.</td> + </tr> </table> ### Static |