diff options
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 1fa6c947e3..7409e40fe8 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -124,8 +124,7 @@ endif # cabal-install's that are in the wild don't handle it properly. DYNAMIC_BY_DEFAULT = NO -# For now, we unconditionally disable building with -dynamic-too -DYNAMIC_TOO = NO +DYNAMIC_TOO = YES # Build a compiler that will build *unregisterised* libraries and # binaries by default. Unregisterised code is supposed to compile and |