Georg Horn set -Wall
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Mar 2001 06:44:34 +0000 (06:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Mar 2001 06:44:34 +0000 (06:44 +0000)
perl/Curl_easy/Makefile.PL

index 58a8528..c0d6c2d 100644 (file)
@@ -8,7 +8,7 @@ WriteMakefile(
     'NAME'     => 'Curl::easy',
     'VERSION_FROM' => 'easy.pm', # finds $VERSION
     'LIBS'     => ['-lcurl '],   # e.g., '-lm' 
-    'DEFINE'   => '',     # e.g., '-DHAVE_SOMETHING' 
+    'DEFINE'   => '-Wall',     # e.g., '-DHAVE_SOMETHING' 
     'INC'      => '',     # e.g., '-I/usr/include/other' 
     'clean'    => {FILES => "head.out body.out"}
 );