X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=33036af127243218f00db9dff54ad794e676ee68;hp=869d4ceb5a672c4366eec3ba74c157da675d3e2a;hb=c6de419772d65f483b89eb2401648e4bf08f4a12;hpb=3253ded6f7e5fbd840152247ecc54f6e591feb6c 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", );