diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-05-09 15:28:51 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-05-09 15:28:51 +0100 |
commit | a5a52d794ac38df35187780f4671e2ae317e93a0 (patch) | |
tree | b170de9b89d82add191280c6734538192532502a /README.md | |
parent | 4be70f9361f536ec18625833a2e9c156a4cf8ef4 (diff) | |
download | haskell-a5a52d794ac38df35187780f4671e2ae317e93a0.tar.gz |
Fix dynamically linked GHC on Windows
This is a rather ugly hack to fix dynamically linked GHC on Windows.
If GHC is linked with -threaded, then it links against libHSrts_thr.
But if base is linked against libHSrts, then both end up getting
loaded, and things go wrong. We therefore link the libraries that
link against the RTS with the same RTS flags that we link GHC with.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions