diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-29 06:44:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-29 06:44:34 +0000 |
commit | 794d08a72887098db5f2b3249362af641784be64 (patch) | |
tree | 6d0d74865e023ed801669af789693eba67b216f4 /perl | |
parent | 0abc999c4d31d581e2ac74a88ba89ed953bc6057 (diff) | |
download | curl-794d08a72887098db5f2b3249362af641784be64.tar.gz |
Georg Horn set -Wall
Diffstat (limited to 'perl')
-rw-r--r-- | perl/Curl_easy/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Curl_easy/Makefile.PL b/perl/Curl_easy/Makefile.PL index 58a8528ad..c0d6c2ddf 100644 --- a/perl/Curl_easy/Makefile.PL +++ b/perl/Curl_easy/Makefile.PL @@ -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"} ); |