[GHC] #9952: Add -g<level>
GHC
ghc-devs at haskell.org
Tue Dec 15 13:10:20 UTC 2015
#9952: Add -g<level>
-------------------------------------+-------------------------------------
Reporter: tibbe | Owner:
Type: feature request | Status: closed
Priority: normal | Milestone: 8.0.1
Component: Compiler | Version: 7.8.4
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by thomie):
* status: new => closed
* resolution: => fixed
* milestone: => 8.0.1
Comment:
This is done I think. Please reopen if I misunderstood.
commit 7aaeaf81ea95c36fe1dc4da449cf6092a792fd09:
{{{
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Sep 25 18:00:19 2015 +0200
Support multiple debug output levels
We now only strip block information from DebugBlocks when compiling
with
`-g1`, intended to be used when only minimal debug information is
desired. `-g2` is assumed when `-g` is passed without any integer
argument.
Differential Revision: https://phabricator.haskell.org/D1281
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9952#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list