X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=Makefile.PL;h=66f7a5266fd4d28cc0507d6f6142235b9d61f65c;hb=4037790f2daed82b4fb7eac6bd47d171fe27e7a2;hp=7770b33ace71a753b0d3f0f15b08c3653cf3d8c6;hpb=94db700dc900350de02f47ee9daa2739b3e342d7;p=ZOOM-Perl-moved-to-github.git diff --git a/Makefile.PL b/Makefile.PL index 7770b33..66f7a52 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.6 2005-12-13 12:31:58 mike Exp $ +# $Id: Makefile.PL,v 1.7 2006-04-19 20:11:03 mike Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -32,4 +32,6 @@ WriteMakefile( INC => $yazinc, # e.g., '-I/usr/include/other' # Un-comment this if you add C files to link with later: # OBJECT => '$(O_FILES)', # link all the C files too +# Use this to test for illegal code that GCC stupidly permits by default: +# OPTIMIZE => "-Wdeclaration-after-statement" );