summaryrefslogtreecommitdiff
path: root/hadrian/doc/flavours.md
diff options
context:
space:
mode:
authorklebinger.andreas@gmx.at <klebinger.andreas@gmx.at>2019-01-25 01:27:05 +0100
committerBen Gamari <ben@smart-cactus.org>2019-01-31 12:46:51 -0500
commit1be81c50b51d0c9c651cbdd14bb7cf6884d011ff (patch)
tree5bc4d02c256e4f3428b8dee24fc4cafd09bc85d0 /hadrian/doc/flavours.md
parent92c7e70ff3135b79485be2d36cfac3d2441c29df (diff)
downloadhaskell-1be81c50b51d0c9c651cbdd14bb7cf6884d011ff.tar.gz
Add O2 to hsCompiler on stage0 for most hadrian flavours.
Diffstat (limited to 'hadrian/doc/flavours.md')
-rw-r--r--hadrian/doc/flavours.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/hadrian/doc/flavours.md b/hadrian/doc/flavours.md
index f276dbb265..cb864a0a99 100644
--- a/hadrian/doc/flavours.md
+++ b/hadrian/doc/flavours.md
@@ -50,8 +50,8 @@ when compiling the `compiler` library, and `hsGhc` when compiling/linking the GH
<td>-O0<br>-H64m</td>
<td></td>
<td>-O</td>
+ <td>-O2</td>
<td>-O</td>
- <td></td>
<td>-O</td>
<td></td>
</tr>
@@ -72,7 +72,7 @@ when compiling the `compiler` library, and `hsGhc` when compiling/linking the GH
<td>-O<br>-H64m</td>
<td></td>
<td>-O2</td>
- <td>-O</td>
+ <td>-O2</td>
<td>-O2</td>
<td>-O</td>
<td>-O2</td>
@@ -83,8 +83,7 @@ when compiling the `compiler` library, and `hsGhc` when compiling/linking the GH
<td>-O0<br>-H64m</td>
<td></td>
<td>-O</td>
- <td>-O</td>
- <td>-O</td>
+ <td>-O2</td>
<td>-O</td>
<td>-O</td>
</tr>
@@ -105,7 +104,7 @@ when compiling the `compiler` library, and `hsGhc` when compiling/linking the GH
<td>-O<br>-H64m</td>
<td></td>
<td>-dcore-lint</td>
- <td></td>
+ <td>-O2</td>
<td>-O0<br>-DDEBUG</td>
<td></td>
<td>-O0<br>-DDEBUG</td>