From 4037790f2daed82b4fb7eac6bd47d171fe27e7a2 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 19 Apr 2006 20:11:03 +0000 Subject: [PATCH] Commented-out OPTIMIZE for discovering mixed stmt/dcl --- Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" ); -- 1.7.10.4