mirror of
https://github.com/curl/curl.git
synced 2026-07-24 02:47:17 +03:00
travis.yml: use --enable-werror on debug builds
... to better detect and fault on compiler warnings/errors Closes #1637
This commit is contained in:
parent
c1d1a3448f
commit
fc2e81c38b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ script:
|
|||
fi
|
||||
- |
|
||||
if [ "$BUILD_TYPE" = "debug" ]; then
|
||||
./configure --enable-debug
|
||||
./configure --enable-debug --enable-werror
|
||||
make
|
||||
make TFLAGS=-n test-nonflaky
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue