[GHC] #10601: GHC should be distributed with debug symbols
GHC
ghc-devs at haskell.org
Sat Jul 4 08:36:27 UTC 2015
#10601: GHC should be distributed with debug symbols
-------------------------------------+-------------------------------------
Reporter: bitonic | Owner:
Type: task | Status: new
Priority: normal | Milestone:
Component: Compiler | Version:
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Now that we have the capability of producing code with DWARF symbols, we
should distribute GHC with them, or at least give the option.
The DWARF symbols in these case would be both for the C RTS and for the
base Haskell libraries shipped with GHC. Building GHC with said symbols
amounts to adding
{{{
GhcRtsHcOpts += -g
GhcLibHcOpts += -g
}}}
to `mk/build.mk`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10601>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list