
16 May
2010
16 May
'10
3:49 p.m.
On Mon, May 10, 2010 at 10:06:21AM +0100, Simon Marlow wrote:
- we make -dynamic the default.
It's perhaps worth investigating the consequences of the first option, making -dynamic the default. Cabal would have to --enable-dynamic by default - perhaps it would get an --enable-static that could even be *off* by default.
I'm a bit confused. When you say "we make -dynamic the default", do you mean "ghc foo.hs" uses the dynamic way? Isn't the important thing that Cabal builds libs the dynamic way by default? We'd still have to build them the static way too, if ghc keeps using static by default. Thanks Ian