Georg Horn set -Wall

This commit is contained in:
Daniel Stenberg 2001-03-29 06:44:34 +00:00
parent 0abc999c4d
commit 794d08a728
1 changed files with 1 additions and 1 deletions

View 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"}
);