From f319fdf906aa9fb7996ae33ad244b5e29a077b94 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 17 Dec 2002 13:56:01 +0000 Subject: [PATCH 1/1] [project @ 2002-12-17 13:56:00 by simonmar] Document -no-link. --- ghc/docs/users_guide/flags.sgml | 6 ++++++ ghc/docs/users_guide/phases.sgml | 13 +++++++++++++ 2 files changed, 19 insertions(+) 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 -- 1.7.10.4