diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-09 23:11:56 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-10 14:47:21 +0000 |
commit | cbb93d55bc239c9fc3f712e5a5b61f14d27c80da (patch) | |
tree | 04b7cbb95fe2df7910889e49628800fac3c14bf0 /mk | |
parent | 9f2644215e39eb9509da819f6f5d4d7f1984d386 (diff) | |
download | haskell-cbb93d55bc239c9fc3f712e5a5b61f14d27c80da.tar.gz |
Building with -dynamic-too now works, so enable it by default
It's only actually used if both the v and dyn ways are built
Diffstat (limited to 'mk')
-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 75648341ef..6caf365afa 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 |