Don't actually build ghc itself with -dynamic
For now, with --enable-shared we'll build the libs shared, but ghc itself will still be statically linked. In any case, we would want to be able to build it both ways so it's easy to test both.
Please register or sign in to comment