From: Mike Taylor Date: Mon, 24 Jul 2006 23:04:33 +0000 (+0000) Subject: Add (commented-out) OPTIMIZE line X-Git-Tag: release.1.0.3~12 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=c6de419772d65f483b89eb2401648e4bf08f4a12 Add (commented-out) OPTIMIZE line --- 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", );