From: simonmar Date: Tue, 17 Dec 2002 13:56:01 +0000 (+0000) Subject: [project @ 2002-12-17 13:56:00 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1339 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f319fdf906aa9fb7996ae33ad244b5e29a077b94;hp=a0928e35b5991b08e01cf8b26128eb54a6eb25ee;p=ghc-hetmet.git [project @ 2002-12-17 13:56:00 by simonmar] Document -no-link. --- diff --git a/ghc/docs/users_guide/flags.sgml b/ghc/docs/users_guide/flags.sgml index 209d6f7..8a1f164 100644 --- a/ghc/docs/users_guide/flags.sgml +++ b/ghc/docs/users_guide/flags.sgml @@ -1106,6 +1106,12 @@ - + + Omit linking + static + - + + name Link in package name static diff --git a/ghc/docs/users_guide/phases.sgml b/ghc/docs/users_guide/phases.sgml index 81f5297..fa0ae08 100644 --- a/ghc/docs/users_guide/phases.sgml +++ b/ghc/docs/users_guide/phases.sgml @@ -461,6 +461,19 @@ strmod = "\ + + + + + + Omit the link step. This flag can be useful if you + want to avoid linking in mode, + where linking is normally done automatically if the program + contains a Main module. + + + + name