<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 30, 2015 at 2:42 PM, 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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'm currently removing *.o after building ghc to save space (I don't need<br>
them for what I'm doing). Is there a straightforward way to tell GHC not to<br>
build them in the first place, such as --disable-library-for-ghci does for<br>
cabal<br></blockquote><br></div><div class="gmail_quote">Not really. But you can try adding `--disable-library-for-ghci` to the line in rules/<a href="http://build-package-data.mk">build-package-data.mk</a> that starts with `"$$(ghc-cabal_INPLACE)" configure ...`.</div></div></div>