[commit: ghc] master: Turn DYNAMIC_BY_DEFAULT off in mk/build.mk.sample (21e5b61)
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/21e5b6137490d2aeaa93ced6fbd35e862c1260a0 >--------------------------------------------------------------- commit 21e5b6137490d2aeaa93ced6fbd35e862c1260a0 Author: Ian Lynagh <[email protected]> Date: Thu Oct 18 16:03:44 2012 +0100 Turn DYNAMIC_BY_DEFAULT off in mk/build.mk.sample It sets GhcLibWays=v, which doesn't work with DYNAMIC_BY_DEFAULT on as the dynamic libs aren't built. >--------------------------------------------------------------- mk/build.mk.sample | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/mk/build.mk.sample b/mk/build.mk.sample index 83ff4b7..9a4026b 100644 --- a/mk/build.mk.sample +++ b/mk/build.mk.sample @@ -31,6 +31,7 @@ #BuildFlavour = devel2 GhcLibWays = v +DYNAMIC_BY_DEFAULT = NO # -------- 1. A Performance/Distribution build--------------------------------