On 6 November 2013 08:44, Steve Hay <steve.m....@googlemail.com> wrote:

> Perl XS extensions (like mod_perl) pick up compile and link flags from
> perl itself. If you're using ActivePerl then they'll be set to
> "release with debug info" flags. I normally get a debug build by
> building my own perl:
>
> cd win32
> nmake CFG=Debug INST_TOP=/path/to/install/into
> nmake CFG=Debug INST_TOP=/path/to/install/into installbare
>
> (See win32/Makefile for other settings).
>

Ah, I should add that you'll want to set CCTYPE=MSVC110 for VC++ 2012,
and you'll need at least Win32::Process installed into your new perl
if you go down that route too. That's the only other module *required*
by mod_perl on Windows (for running the test suite).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org

Reply via email to