From c284941976ad5a9a3ee57c273a2322c241da03b0 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 23 Oct 2003 10:13:18 +0000 Subject: [PATCH] [project @ 2003-10-23 10:13:18 by simonmar] Add missing table of -opt options. --- ghc/docs/users_guide/phases.sgml | 61 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) 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 -- 1.7.10.4