X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fusing.xml;h=aa133ee35aa10eadb74ff0cb84e2317860a46dd9;hb=ba5729e5b8d80b3fcc8a477cb36d6a03800ac0dd;hp=7bf85ef382346138c2d7ed909aab77ca2426b3ee;hpb=93db1991b5cacf8357493a2e17fbbfb485f3205b;p=ghc-hetmet.git diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 7bf85ef..aa133ee 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -592,6 +592,18 @@ ghc -c Foo.hs + + + + + Does a dry-run, i.e. GHC goes through all the motions + of compiling as normal, but does not actually run any + external commands. + + + + + @@ -748,6 +760,20 @@ ghc -c Foo.hs + size + + + + Set the minimum size of the heap to + size. + This option is equivalent to + +RTS -Hsize, + see . + + + + + @@ -793,8 +819,7 @@ ghc -c Foo.hs Provides the standard warnings plus , , - , - , and + , and . @@ -929,19 +954,6 @@ f foo = foo { x = 6 } - : - - - - Turns on warnings for various harmless but untidy - things. This currently includes: importing a type with - (..) when the export is abstract, and - listing duplicate class assertions in a qualified type. - - - - - : missing fields, warning @@ -1624,18 +1636,6 @@ f "2" = 2 - : - - (SPARC machines)-mv8 option (SPARC - only) Means to pass the like-named - option to GCC; it says to use the Version 8 SPARC - instructions, notably integer multiply and divide. The - similar GCC options for SPARC also - work, actually. - - - - : (iX86 machines)-monly-N-regs