On Thu, Dec 18, 2014 at 9:52 AM, Johan Tibell <[email protected]> wrote: > > Could someone please give an authoritative answer to how to turn off > dynamic linking? >
You set `DYNAMIC_GHC_PROGRAMS = NO` in build.mk. It doesn't matter where you put it. See https://ghc.haskell.org/trac/ghc/ticket/10536 for details.
_______________________________________________ ghc-devs mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
