Re: Dynamic linkin
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Oct 05, 2012 at 10:44:45AM +0000, Simon Peyton-Jones wrote: > > What can I do in my build.mk to build the stage2 compiler and libraries *only* dynamic, or *only* static (I don't much care which) provided it's one or t'other If you say DYNAMIC_BY_DEFAULT = NO then you'll get only static. Only dynamic isn't possible currently. Thanks Ian