Binary bloat in 7.10

Thomas Miedema thomasmiedema at gmail.com
Thu Apr 2 12:12:39 UTC 2015


Maybe `split-objs` is not applied?

* Stray `SplitObjs = NO` in your build.mk?
* You're on an old OS X with XCode < 3.2?
* Build system bug?

On Thu, Apr 2, 2015 at 11:19 AM, Jeremy <voldermort at hotmail.com> wrote:

> Very strange. If I download Cabal from hackage and build it with 'cabal
> build' the bloat disappears.
>
> cabal build:
>
> 18M     HSCabal-1.22.2.0-HWT8QvVfJLn2ubvobpycJY.o
> 21M     libHSCabal-1.22.2.0-HWT8QvVfJLn2ubvobpycJY.a
>
> /usr/local/lib/ghc-7.10.1:
>
> 23M     HSCabal-1.22.2.0-HWT8QvVfJLn2ubvobpycJY.o
> 53M     libHSCabal-1.22.2.0-HWT8QvVfJLn2ubvobpycJY.a
>
> This is my build.mk:
>
> SRC_HC_OPTS = -O -H64m
> GhcRTSWays = thr
> HADDOCK_DOCS = NO
> GhcHcOpts =
> GhcLibWays = v
> DYNAMIC_GHC_PROGRAMS = NO
>
> This is the same as I used for 7.8 without issue, except the addition of
> GhcHcOpts (because 7.8 ignored the default).
>
>
>
> --
> View this message in context:
> http://haskell.1045720.n5.nabble.com/Binary-bloat-in-7-10-tp5768067p5768133.html
> Sent from the Haskell - Glasgow-haskell-users mailing list archive at
> Nabble.com.
> _______________________________________________
> Glasgow-haskell-users mailing list
> Glasgow-haskell-users at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/glasgow-haskell-users/attachments/20150402/4247dbc9/attachment.html>


More information about the Glasgow-haskell-users mailing list