summaryrefslogtreecommitdiff
path: root/hadrian/doc/flavours.md
diff options
context:
space:
mode:
Diffstat (limited to 'hadrian/doc/flavours.md')
-rw-r--r--hadrian/doc/flavours.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/hadrian/doc/flavours.md b/hadrian/doc/flavours.md
index 806fe8ab81..d88122ea3f 100644
--- a/hadrian/doc/flavours.md
+++ b/hadrian/doc/flavours.md
@@ -220,6 +220,15 @@ The supported transformers are listed below:
<td><code>no_profiled_libs</code></td>
<td>Disables building of libraries in profiled build ways.</td>
</tr>
+ <tr>
+ <td><code>omit_pragmas</code></td>
+ <td>Build the stage2 compiler with -fomit-interface-pragmas to reduce
+ recompilation.</td>
+ </tr>
+ <tr>
+ <td><code>ipe</code></td>
+ <td>Build the stage2 libraries with IPE debugging information for use with -hi profiling.</td>
+ </tr>
</table>
## Ways