X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdriver%2Fghc-usage.txt;h=e95d5846b9c327e28ae913debc35f752fa54516b;hb=5cb4bb13a817c44cdc4369c7f82949d9490d69a0;hp=55372d2ac0f5701cd5ac8339721cce89bf58d9b5;hpb=edf5032566ebc45009c887e20b137483474768a8;p=ghc-hetmet.git diff --git a/ghc/driver/ghc-usage.txt b/ghc/driver/ghc-usage.txt index 55372d2..e95d584 100644 --- a/ghc/driver/ghc-usage.txt +++ b/ghc/driver/ghc-usage.txt @@ -55,14 +55,12 @@ Other commonly-used options are: (add -auto-all for automagic cost-centres on all top-level functions) - -H14m Increase compiler's heap size (might make the + -H14m Increase compiler's heap size (might make compilation faster, especially on large source files). -M Output Makefile rules recording the dependencies of a list of Haskell files. -The User's Guide has more information about GHC's *many* options. - Given the above, here are some TYPICAL invocations of $$: # compile a Haskell module to a .o file, optimising: @@ -73,4 +71,10 @@ Given the above, here are some TYPICAL invocations of $$: % $$ -C -H16m Foo.hs # compile Haskell-produced C (.hc) to assembly language: % $$ -S Foo.hc + +The User's Guide has more information about GHC's *many* options. An +online copy can be found here: + + http://www.haskell.org/ghc/documentation.html + ------------------------------------------------------------------------