mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 16:45:06 -05:00
travis: enable warnings also in release mode
... to get warnings also on Linux/GCC and OSX/clang. Closes https://github.com/curl/curl/pull/1666
This commit is contained in:
parent
51ccc4850a
commit
7333b497a0
@ -81,7 +81,7 @@ script:
|
||||
fi
|
||||
- |
|
||||
if [ "$BUILD_TYPE" = "normal" ]; then
|
||||
./configure --enable-werror
|
||||
./configure --enable-warnings --enable-werror
|
||||
make
|
||||
make test-nonflaky
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user