build ghc without ghci libraries?

Thomas Miedema thomasmiedema at gmail.com
Wed Dec 2 14:38:21 UTC 2015


On Mon, Nov 30, 2015 at 2:42 PM, Jeremy <voldermort at hotmail.com> wrote:

> I'm currently removing *.o after building ghc to save space (I don't need
> them for what I'm doing). Is there a straightforward way to tell GHC not to
> build them in the first place, such as --disable-library-for-ghci does for
> cabal
>

Not really. But you can try adding `--disable-library-for-ghci` to the line
in rules/build-package-data.mk that starts with `"$$(ghc-cabal_INPLACE)"
configure ...`.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/glasgow-haskell-users/attachments/20151202/03eacbee/attachment.html>


More information about the Glasgow-haskell-users mailing list