<p dir="ltr"><br>
On Apr 25, 2014 5:36 AM, "Bertram Felgenhauer" <<a href="mailto:bertram.felgenhauer@googlemail.com">bertram.felgenhauer@googlemail.com</a>> wrote:<br>
><br>
> John Lato wrote:<br>
> > I'd like to compile ghc-7.8.2 with DynamicGhcPrograms disabled (on 64-bit<br>
> > linux).  I downloaded the source tarball, added<br>
> ><br>
> > DYNAMIC_GHC_PROGRAMS = NO<br>
><br>
> I've had success with setting both<br>
><br>
> DYNAMIC_BY_DEFAULT   = NO<br>
> DYNAMIC_GHC_PROGRAMS = NO<br>
><br>
> and removing the 'dyn' way altogether from GhcLibWays by setting<br>
> GhcLibWays = v explicitely. I expect that the latter is optional;<br>
> my goal was only to speed up the build.<br>
><br>
> (The lines were copied from the perf-cross settings.)</p>
<p dir="ltr">I tried disabling dynamicByDefault also, but that didn't help. It may be a problem with lib ways though, I'll try that. </p>
<p dir="ltr">Thanks, John<br></p>
<p dir="ltr">> Cheers,<br>
><br>
> Bertram<br>
> _______________________________________________<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://www.haskell.org/mailman/listinfo/glasgow-haskell-users">http://www.haskell.org/mailman/listinfo/glasgow-haskell-users</a><br>
</p>