switch one build to Release mode

This turns on optimization which allows the compiler to discover more
problems and omit some more warnings.
This commit is contained in:
Herbert Thielen 2017-08-30 21:25:34 +02:00
parent 7c6353d29a
commit d15b8b4524

View File

@ -37,7 +37,7 @@ script: ./travis.sh
env:
matrix:
- SHARED_LIB=OFF STATIC_LIB=ON CMAKE_PKG=OFF BUILD_TYPE=Debug VERBOSE=1
- SHARED_LIB=OFF STATIC_LIB=ON CMAKE_PKG=OFF BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
- SHARED_LIB=OFF STATIC_LIB=ON CMAKE_PKG=OFF BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
notifications:
email: false
sudo: false