From 4b0b74b603640af797df679ba7a664779bd55842 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 10 Oct 2005 10:14:06 +0000 Subject: [PATCH] [project @ 2005-10-10 10:14:06 by simonmar] flag reference update: a bunch of static flags are now dynamic --- ghc/docs/users_guide/flags.xml | 139 ++++++++++++++++++---------------------- 1 file changed, 64 insertions(+), 75 deletions(-) diff --git a/ghc/docs/users_guide/flags.xml b/ghc/docs/users_guide/flags.xml index 29e7f9b..bbd57a0 100644 --- a/ghc/docs/users_guide/flags.xml +++ b/ghc/docs/users_guide/flags.xml @@ -26,13 +26,13 @@ help - static + mode - help - static + mode - @@ -50,25 +50,25 @@ display GHC version - static + mode - display GHC version - static + mode - display GHC version (numeric only) - static + mode - display GHC library directory - static + mode - @@ -101,25 +101,25 @@ Stop after preprocessing (.hspp file) - static + mode - Stop after generating C (.hc file) - static + mode - Stop after generating assembly (.s file) - static + mode - - Stop after compiling to object code (.o file) - static + Do not link + dynamic - @@ -152,31 +152,31 @@ Interactive mode - normally used by just running ghci - static + mode - Build a multi-module Haskell program, automatically figuring out dependencies. Likely to be much easier, and faster, than using make. - static + mode - Evaluate expr - static + mode - Generate dependency information suitable for use in a Makefile. - static + mode - DLL-creation mode (Windows only) - static + dynamic - @@ -203,43 +203,43 @@ suffix set the suffix to use for intermediate C files - static + dynamic - dir set directory for interface files - static + dynamic - suffix set the suffix to use for interface files - static + dynamic - filename set output filename - static + dynamic - dir set output directory - static + dynamic - filename set the filename in which to put the interface - static + dynamic suffix set the output file suffix - static + dynamic - @@ -266,25 +266,25 @@ retain intermediate .hc files - static + dynamic - retain intermediate .s files - static + dynamic - retain intermediate .raw_s files - static + dynamic - retain all intermediate temporary files - static + dynamic - @@ -311,7 +311,7 @@ set the directory for temporary files - static + dynamic - @@ -340,13 +340,13 @@ dir1:dir2:... add dir, dir2, etc. to import path - static + dynamic - Empty the import directory list - static + dynamic - @@ -394,7 +394,7 @@ Read the interface in file and dump it as text to stdout. - static + mode - @@ -483,7 +483,7 @@ P Expose package P - static + dynamic - @@ -495,25 +495,25 @@ name Hide package P - static + dynamic - name Ignore package P - static + dynamic - file Load more packages from file - static + dynamic - Don't load the user's package config file. - static + dynamic - @@ -878,7 +878,7 @@ Enable excess intermediate precision - static + dynamic @@ -893,14 +893,14 @@ Ignore assertions in the source - static + dynamic Ignore pragmas in interface files - static + dynamic @@ -1151,7 +1151,7 @@ dir Add dir to the directory search list for #include files - static + dynamic - @@ -1217,7 +1217,7 @@ Omit code generation - static + mode - @@ -1251,7 +1251,7 @@ name On Darwin/MacOS X only, link in the framework name. This option corresponds to the option for Apple's Linker. - static + dynamic - @@ -1259,50 +1259,50 @@ On Darwin/MacOS X only, add dir to the list of directories searched for frameworks. This option corresponds to the option for Apple's Linker. - static + dynamic - lib Link in library lib - static + dynamic - dir Add dir to the list of directories searched for libraries - static + dynamic - Set main function - static + dynamic - Don't assume this program contains main - static + dynamic - Omit linking - static + dynamic - name Link in package name - static + dynamic - Split objects (for libraries) - static + dynamic - @@ -1347,50 +1347,51 @@ cmd Use cmd as the literate pre-processor - static + dynamic - cmd Use cmd as the C pre-processor (with only) - static - + dynamic + - cmd Use cmd as the C compiler - static + dynamic - cmd Use cmd as the assembler - static + dynamic - cmd Use cmd as the linker - static + dynamic - cmd Use cmd as the DLL generator - static + dynamic - cmd Use cmd as the dependency generator - static + dyanmic - cmd Use cmd as the pre-processor (with only) - static + dynamic - @@ -1458,19 +1459,19 @@ option pass option to the linker - static + dynamic - option pass option to the DLL generator - static + dynamic - option pass option to the dependency generator - static + dynamic - @@ -1538,7 +1539,7 @@ - + Compiler debugging options @@ -1822,12 +1823,6 @@ - - - Make all top-level names global (for ) - static - - - - Don't complain about .hi file mismatches static @@ -1846,12 +1841,6 @@ - - - Renamer: don't prune declarations - static - - - - Set simplification history size static @@ -1866,7 +1855,7 @@ Turn off assembly mangling (use instead) - static + dynamic - -- 1.7.10.4