On Thu, 22 Nov 2018 at 10:21, Ben Gamari <[email protected]> wrote:
> Steven Shaw <[email protected]> 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 [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
