mirror of
https://github.com/curl/curl.git
synced 2026-07-23 03:17:21 +03:00
Georg Horn set -Wall
This commit is contained in:
parent
0abc999c4d
commit
794d08a728
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue