Edit Building/RunningTests authored by Simon Peyton Jones's avatar Simon Peyton Jones
...@@ -117,7 +117,7 @@ The following ways are defined (for GHC, also see the file config/ghc): ...@@ -117,7 +117,7 @@ The following ways are defined (for GHC, also see the file config/ghc):
```wiki ```wiki
normal -- no special options normal -- no special options
opt -- -O optc -- -O -fvia-C
optasm -- -O -fasm optasm -- -O -fasm
prof -- -O -prof -auto-all prof -- -O -prof -auto-all
profasm -- -O -prof -auto-all -fasm profasm -- -O -prof -auto-all -fasm
... ...
......