in reply to How to build DEBUG version of a perl module using Makefile.PL?

You could try
WriteMakefile( 'DEFINE' => '-DDEBUG',
But it isn't recommended by compiler/os makers.

You need to compile a debug version of perl and any library your XS links

  • Comment on Re: How to build DEBUG version of a perl module using Makefile.PL?
  • Download Code