Commented-out OPTIMIZE for discovering mixed stmt/dcl
authormike <mike>
Wed, 19 Apr 2006 20:11:03 +0000 (20:11 +0000)
committermike <mike>
Wed, 19 Apr 2006 20:11:03 +0000 (20:11 +0000)
Makefile.PL

index 7770b33..66f7a52 100644 (file)
@@ -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"
 );