mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
travis: use gcc5 for debug build
fix build with UBSan
This commit is contained in:
parent
4b9405a4ce
commit
a8b840f393
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@ env:
|
|||
- CMAKE_FLAGS="-Denable-floats=1 -Denable-profiling=1"
|
||||
- CMAKE_FLAGS="-Denable-trap-on-fpe=1"
|
||||
- CMAKE_FLAGS="-Denable-fpe-check=1"
|
||||
- CMAKE_FLAGS="-Denable-debug=1"
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
|
@ -75,6 +74,7 @@ matrix:
|
|||
- libglib2.0-0
|
||||
env:
|
||||
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
|
||||
- CMAKE_FLAGS="-Denable-debug=1"
|
||||
|
||||
# works on Precise and Trusty
|
||||
- os: linux
|
||||
|
|
Loading…
Reference in a new issue