Travis: Enable -Wall and -Wextra compilation flags (#90, #91, #92, #93)

This commit is contained in:
Lynix 2016-10-17 14:21:11 +02:00
parent a05f9222ee
commit 56498af1a8
1 changed files with 7 additions and 2 deletions

View File

@ -34,8 +34,13 @@ compiler:
- clang
env:
- COMPILER=clang++-3.7 CONFIG=debug
- COMPILER=clang++-3.7 CONFIG=release
global:
- COMPILER=clang++-3.7
- CFLAGS="-Wall -Wextra"
- CXXFLAGS="-Wall -Wextra"
matrix:
- CONFIG=debug
- CONFIG=release
script:
- cd build &&