"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "41a8bc67ab7e7a81735e9d560f54d8d130dcc3ab"
Commit d15b8b45 authored by Herbert Thielen's avatar Herbert Thielen
Browse files

switch one build to Release mode

This turns on optimization which allows the compiler to discover more
problems and omit some more warnings.
parent 7c6353d2
...@@ -37,7 +37,7 @@ script: ./travis.sh ...@@ -37,7 +37,7 @@ script: ./travis.sh
env: env:
matrix: 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
- 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: notifications:
email: false email: false
sudo: false sudo: false
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment