X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fusing.xml;h=aa133ee35aa10eadb74ff0cb84e2317860a46dd9;hb=fcf6ab7b3dfe389e971059bbf21dfa8179b20f5e;hp=14665af22947370522ff031da166842eace65b32;hpb=ea283aa74e6fd2bec2b88eae19908bba903adea1;p=ghc-hetmet.git diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 14665af..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 . + + + + +