Re: runghc and GhcWithInterpreter

2015-04-07 Thread Reid Barton
On Mon, Apr 6, 2015 at 1:46 PM, Jeremy wrote: > Edward Z. Yang wrote > > runghc itself is just a little shell script which calls GHC proper > > with the -f flag, so I suppose the build system was just not set > > up to not create this link in that case. > > I have a binary called runghc under /us

Re: Binary bloat in 7.10

2015-04-07 Thread Jeremy
Thomas Miedema wrote > It was all due to a missing -split-objs in Jeremy's 7.8 build. For the record, this appears to have been a bug in the 7.8 build system, as SplitObjs is supposed to be on by default. I only noticed when building 7.10, where the default was correct, and didn't understand why t