On 20/08/2009 14:43, Simon Peyton-Jones wrote:
Thanks IanI have started http://hackage.haskell.org/trac/ghc/wiki/Building/DebuggingGHC (referenced from the Building Guide) to describe debugging strategies for GHC. Everyone: please add to this, and make it informative. How do *you* debug GHC?
Good idea! There's also http://hackage.haskell.org/trac/ghc/wiki/DebuggingGhcCrashes we should cross-link, or make a little tree of debugging wiki pages. Cheers, Simon
Simon | -----Original Message----- | From: Ian Lynagh [mailto:[email protected]] | Sent: 19 August 2009 18:48 | To: Simon Peyton-Jones | Subject: Re: ticky | | On Wed, Aug 19, 2009 at 04:03:16PM +0100, Ian Lynagh wrote: |> On Wed, Aug 19, 2009 at 03:53:37PM +0100, Ian Lynagh wrote: |> > |> > Validating with this in mk/validate.mk: |> > |> > GhcLibOpts += -ticky |> > GhcRTSWays += t |> > GhcThreaded = NO |> > ghc_stage2_HC_OPTS += -ticky |> > |> > works for me. |> |> Actually, I'm not sure that really made a ticky compiler. Will |> investigate. | | OK, this really works: | | GhcLibOpts += -ticky | GhcRTSWays += t | GhcThreaded = NO | GhcStage2HcOpts += -ticky | utils/haddock_dist_EXTRA_HC_OPTS += -ticky | | | Thanks | Ian | _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
_______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
