aboutsummaryrefslogtreecommitdiff
path: root/perl/Curl_easy/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'perl/Curl_easy/Makefile.PL')
-rw-r--r--perl/Curl_easy/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Curl_easy/Makefile.PL b/perl/Curl_easy/Makefile.PL
index c0d6c2ddf..58a8528ad 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' => '-Wall', # e.g., '-DHAVE_SOMETHING'
+ 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
'clean' => {FILES => "head.out body.out"}
);