Enable warnings=all and werror=yes for gcc-8 GCC builder.

This commit is contained in:
marxin 2019-02-19 10:42:59 +01:00
parent 6b76145694
commit 8fbf69a4f4

View file

@ -77,7 +77,7 @@ matrix:
packages:
- *linux_deps
- env: PLATFORM=server TOOLS=yes TARGET=release_debug CACHE_NAME=${PLATFORM}-tools-gcc-8 MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
- env: PLATFORM=server TOOLS=yes TARGET=release_debug CACHE_NAME=${PLATFORM}-tools-gcc-8 EXTRA_ARGS="warnings=all werror=yes" MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
os: linux
compiler: gcc-8
addons: