mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Georg Horn set -Wall
This commit is contained in:
parent
0abc999c4d
commit
794d08a728
@ -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"}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user