From c6de419772d65f483b89eb2401648e4bf08f4a12 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 24 Jul 2006 23:04:33 +0000 Subject: [PATCH] Add (commented-out) OPTIMIZE line --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 869d4ce..33036af 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use ExtUtils::MakeMaker; -## $Id: Makefile.PL,v 1.10 2006-03-24 12:08:14 mike Exp $ +## $Id: Makefile.PL,v 1.11 2006-07-24 23:04:33 mike Exp $ my $yazconf = "yaz-config"; my $yazver = `$yazconf --version`; @@ -37,4 +37,5 @@ WriteMakefile( 'LIBS' => [$yazlibs], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 'INC' => $yazinc, # e.g., '-I/usr/include/other' +# OPTIMIZE => "-Wdeclaration-after-statement -g -O0", ); -- 1.7.10.4