summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-08 12:32:50 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-08 13:15:40 -0400
commiteda8ff3460e45f2d49b5cacb9127ab71505c4984 (patch)
treeb80f6b5e7e020da014689198307c6c4826c8ea65
parent1afb499583f741a95cceb3207c5455c8ec6f5b87 (diff)
downloadhaskell-eda8ff3460e45f2d49b5cacb9127ab71505c4984.tar.gz
Reenable DYNAMIC_BY_DEFAULTwip/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.
-rw-r--r--mk/config.mk.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index e2712796ce..b456227d63 100644
--- a/mk/config.mk.in
+++ b/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