Skip to content
Snippets Groups Projects
Commit 87886301 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2003-12-09 15:48:08 by simonmar]

Add note about -all_load instead of --whole-archive on MacOS X.
parent 71284101
No related branches found
No related tags found
No related merge requests found
...@@ -167,6 +167,10 @@ ...@@ -167,6 +167,10 @@
</listitem> </listitem>
<listitem> <listitem>
<para>(replace
<literal>&ndash;&ndash;--whole-archive</literal> with
<literal>&ndash;all_load</literal> on MacOS X)</para>
<para>GHC does not maintain detailed cross-package <para>GHC does not maintain detailed cross-package
dependency information. It does remember which modules in dependency information. It does remember which modules in
other packages the current module depends on, but not which other packages the current module depends on, but not which
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment