From: mike Date: Wed, 19 Apr 2006 20:11:03 +0000 (+0000) Subject: Commented-out OPTIMIZE for discovering mixed stmt/dcl X-Git-Tag: cpan_1_22~169 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=4037790f2daed82b4fb7eac6bd47d171fe27e7a2;p=ZOOM-Perl-moved-to-github.git Commented-out OPTIMIZE for discovering mixed stmt/dcl --- 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" );