X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Fusing.vsgml;h=61c5ef4a3ec37ae1959301ccfc7f5a5e2aedb4bb;hb=526875cb410154766b71128fa3c0988cdb1b4471;hp=911f7ac2201c54fc9dfa6d27fa3f6bbe62caca85;hpb=cc4d138db7ea5b8bbd4767f665158fbf9bb97611;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/using.vsgml b/ghc/docs/users_guide/using.vsgml index 911f7ac..61c5ef4 100644 --- a/ghc/docs/users_guide/using.vsgml +++ b/ghc/docs/users_guide/using.vsgml @@ -886,7 +886,7 @@ generator and bypass GCC altogether! -Onot option optimising, reset -This option will make GHC ``forget'' any -Oish options it has seen so +This option will make GHC ``forget'' any @-O@ish options it has seen so far. Sometimes useful; for example: @make all EXTRA_HC_OPTS=-Onot@. @-Ofile @: @@ -908,7 +908,7 @@ At Glasgow, we don't use a @-O*@ flag for day-to-day work. We use something. When we want to go for broke, we tend to use @-O -fvia-C -O2-for-C@ (and we go for lots of coffee breaks). -The easiest way to see what @-O@ (etc) ``really mean'' is to run with +The easiest way to see what @-O@ (etc.) ``really mean'' is to run with @-v@, then stand back in amazement. Alternatively, just look at the @HsC_minus@ lists in the @ghc@ driver script.