| Newsgroups |
perl.libwin32 |
| Message-ID |
<[email protected]> |
Wed Oct 17 19:12:03 2012: Request 80217 was acted upon.
Transaction: Correspondence added by [email protected]
Queue: Win32-API
Subject: Re: [rt.cpan.org #80217] Build failure under Cygwin on Windows
Broken in: 0.72
Severity: Critical
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=80217 >
On Wed, Oct 17, 2012 at 01:55:57PM -0400, Daniel Dragan via RT wrote:
> I used a assembly debugger (it
> was faster for me, too much time to modify makefile.pl to include gdb
> symbols),
You don't need to modify Makefile.PL add debugging symbols, simply
start Makefile.PL with:
perl Makefile.PL OPTIMIZE=-g
or if you want to keep the optimization options:
perl Makefile.PL OPTIMIZE=-O3\ -g
Tony