Closed
Description
-g
builds libraries with DWARF symbols, but it's quite awkward to use it:
cabal install --disable-library-stripping --ghc-options="-g -rtsopts"
I think we should have a flag that automatically does the above.
Moreover, I'd also like a flag that stores the downloaded source, so that the debug symbols will refer to sources which still exist.