
21 Nov
2018
21 Nov
'18
7:21 p.m.
Steven Shaw
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. Cheers, - Ben