Commit fc2e81c3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

travis.yml: use --enable-werror on debug builds

... to better detect and fault on compiler warnings/errors

Closes #1637
parent c1d1a344
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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