X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Fphases.sgml;fp=ghc%2Fdocs%2Fusers_guide%2Fphases.sgml;h=6ff6b292f9a240de0b04acd9e5eefe74be800cc1;hb=c284941976ad5a9a3ee57c273a2322c241da03b0;hp=e0f92b3fd23b408d63061bdb816631ddabf936dc;hpb=045fa7c62e0e9e80f72bfbd830c9f0cd48e6fe18;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/phases.sgml b/ghc/docs/users_guide/phases.sgml index e0f92b3..6ff6b29 100644 --- a/ghc/docs/users_guide/phases.sgml +++ b/ghc/docs/users_guide/phases.sgml @@ -103,6 +103,67 @@ Options can be forced through to a particlar compilation phase, using the following flags: + + + option + + + + Pass option to the + literate pre-processor + + + + option + + + + Pass option to CPP (makes + sense only if is also on). + + + + option + + + + Pass option to the C compiler. + + + + option + + + + Pass option to the assembler. + + + + option + + + + Pass option to the linker. + + + + option + + + + Pass option to the DLL generator. + + + + option + + + + Pass option to the + dependency generator. + + + So, for example, to force an option to the assembler, you would tell the driver