On Mon, 27 Oct 2014 17:50:41 +0900
Jens Petersen <juhpeter...@gmail.com> wrote:

> I can now get proper debuginfo generated for libraries,
> but somehow not for executables: but that looks
> like some ghc behaviour problem perhaps.

More likely cabal's feature. To avoid stripping we use
    --disable-executable-stripping (cabal-1.4+)
option for 'Setup configure' phase (and then we strip
binaries by package manager if user didn't request
debugging support).

-- 

  Sergei

Attachment: signature.asc
Description: PGP signature

_______________________________________________
cabal-devel mailing list
cabal-devel@haskell.org
http://www.haskell.org/mailman/listinfo/cabal-devel

Reply via email to