From: simonmar Date: Thu, 23 Oct 2003 10:13:18 +0000 (+0000) Subject: [project @ 2003-10-23 10:13:18 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~335 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c284941976ad5a9a3ee57c273a2322c241da03b0;p=ghc-hetmet.git [project @ 2003-10-23 10:13:18 by simonmar] Add missing table of -opt options. --- 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