On Thu, 22 Nov 2018 at 10:21, Ben Gamari <b...@well-typed.com> wrote:

> Steven Shaw <ste...@steshaw.org> writes:
>
> > Curious if the GHC libraries _are_ still built with the `-split-objs`
> flag,
> > as pointed out in the latest documentation.
> >
> Good catch; the build system uses split sections by default if
> supported. If not it instead uses split objects, if supported. I do not
> believe there are any cases where we support split objects but not split
> sections. Consequently I believe we should always use split sections.
>

👍 split sections sounds best.
_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to