summaryrefslogtreecommitdiff
path: root/ext/Devel
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>2008-01-23 14:13:30 +0000
committerNicholas Clark <nick@ccl4.org>2008-01-23 15:02:35 +0000
commit9f99c5dc9c8b58db8724fb606806e353cbf69d45 (patch)
tree22bf101ff15f0948b929cf3091232503390faf4b /ext/Devel
parentb10924eb6ff77fb5ba594ac1caff0dbc350dc0c9 (diff)
downloadperl-9f99c5dc9c8b58db8724fb606806e353cbf69d45.tar.gz
RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary define
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
Diffstat (limited to 'ext/Devel')
-rw-r--r--ext/Devel/DProf/Makefile.PL3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/Devel/DProf/Makefile.PL b/ext/Devel/DProf/Makefile.PL
index b3eb6c5cdc..10a0df9bc0 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',