[Git][ghc/ghc][wip/dynamic-by-default] Reenable DYNAMIC_BY_DEFAULT
Ben Gamari
gitlab at gitlab.haskell.org
Sat Jun 8 17:16:03 UTC 2019
Ben Gamari pushed to branch wip/dynamic-by-default at Glasgow Haskell Compiler / GHC
Commits:
eda8ff34 by Ben Gamari at 2019-06-08T17:15:40Z
Reenable DYNAMIC_BY_DEFAULT
Nearly 7 years ago Ian unconditionally disabled DYNAMIC_BY_DEFAULT in
the build system due to concerns of lacking cabal-install support. I
believe these concerns are no longer warranted; we should reenable this.
Fixes #16782.
- - - - -
1 changed file:
- mk/config.mk.in
Changes:
=====================================
mk/config.mk.in
=====================================
@@ -140,10 +140,6 @@ else
DYNAMIC_BY_DEFAULT = YES
endif
-# For now, we unconditionally disable dynamic-by-default, as the
-# cabal-install's that are in the wild don't handle it properly.
-DYNAMIC_BY_DEFAULT = NO
-
# If building both v and dyn ways, then use -dynamic-too to build them.
# This makes the build faster.
DYNAMIC_TOO = YES
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/eda8ff3460e45f2d49b5cacb9127ab71505c4984
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/eda8ff3460e45f2d49b5cacb9127ab71505c4984
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190608/d3559fcb/attachment-0001.html>
More information about the ghc-commits
mailing list