From: Robin Barker Date: Wed, 23 Jan 2008 14:13:30 +0000 (+0000) Subject: RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary define X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f99c5dc9c8b58db8724fb606806e353cbf69d45;p=p5sagit%2Fp5-mst-13.2.git RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary define From: "Robin Barker" Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A01@exchsvr2.npl.ad.local> Date: Wed, 23 Jan 2008 14:13:30 -0000 p4raw-id: //depot/perl@33056 --- diff --git a/ext/Devel/DProf/Makefile.PL b/ext/Devel/DProf/Makefile.PL index b3eb6c5..10a0df9 100644 --- a/ext/Devel/DProf/Makefile.PL +++ b/ext/Devel/DProf/Makefile.PL @@ -10,8 +10,7 @@ WriteMakefile( VERSION_FROM => 'DProf.pm', clean => { 'FILES' => 'tmon.out t/tmon.out t/err'}, XSPROTOARG => '-noprototypes', - DEFINE => '-DPERLDBf_NONAME=0x40 -DPERLDBf_GOTO=0x80 ' - .'-DG_NODEBUG=32 -DPL_NEEDED', + DEFINE => '-DPL_NEEDED', dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz',