<div dir="ltr">Maybe `split-objs` is not applied? <div><br></div><div><div><div>* Stray `SplitObjs = NO` in your <a href="http://build.mk">build.mk</a>?</div></div></div><div>* You're on an old OS X with XCode < 3.2?</div><div>* Build system bug?<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 2, 2015 at 11:19 AM, Jeremy <span dir="ltr"><<a href="mailto:voldermort@hotmail.com" target="_blank">voldermort@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Very strange. If I download Cabal from hackage and build it with 'cabal<br>
build' the bloat disappears.<br>
<br>
cabal build:<br>
<br>
18M     HSCabal-1.22.2.0-HWT8QvVfJLn2ubvobpycJY.o<br>
21M     libHSCabal-1.22.2.0-HWT8QvVfJLn2ubvobpycJY.a<br>
<br>
/usr/local/lib/ghc-7.10.1:<br>
<br>
23M     HSCabal-1.22.2.0-HWT8QvVfJLn2ubvobpycJY.o<br>
53M     libHSCabal-1.22.2.0-HWT8QvVfJLn2ubvobpycJY.a<br>
<br>
This is my <a href="http://build.mk" target="_blank">build.mk</a>:<br>
<br>
SRC_HC_OPTS = -O -H64m<br>
GhcRTSWays = thr<br>
HADDOCK_DOCS = NO<br>
GhcHcOpts =<br>
GhcLibWays = v<br>
DYNAMIC_GHC_PROGRAMS = NO<br>
<br>
This is the same as I used for 7.8 without issue, except the addition of<br>
GhcHcOpts (because 7.8 ignored the default).<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://haskell.1045720.n5.nabble.com/Binary-bloat-in-7-10-tp5768067p5768133.html" target="_blank">http://haskell.1045720.n5.nabble.com/Binary-bloat-in-7-10-tp5768067p5768133.html</a><br>
<span class="im HOEnZb">Sent from the Haskell - Glasgow-haskell-users mailing list archive at Nabble.com.<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Glasgow-haskell-users mailing list<br>
<a href="mailto:Glasgow-haskell-users@haskell.org">Glasgow-haskell-users@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users</a><br>
</div></div></blockquote></div><br></div>