RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary define
Robin Barker [Wed, 23 Jan 2008 14:13:30 +0000 (14:13 +0000)]
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A01@exchsvr2.npl.ad.local>
Date: Wed, 23 Jan 2008 14:13:30 -0000

p4raw-id: //depot/perl@33056

ext/Devel/DProf/Makefile.PL

index b3eb6c5..10a0df9 100644 (file)
@@ -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',