Travis: Disable -Wstrict-aliasing warning on GCC 5 test build
Should speed up builds by avoiding warning spam. This warning is no longer raised by newer GCC versions.
This commit is contained in:
parent
a2c90fe2f3
commit
9ef0e06781
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ matrix:
|
||||||
|
|
||||||
- name: Linux export template (release_debug, GCC 5, without 3D support)
|
- name: Linux export template (release_debug, GCC 5, without 3D support)
|
||||||
stage: build
|
stage: build
|
||||||
env: PLATFORM=x11 TOOLS=no TARGET=release_debug CACHE_NAME=${PLATFORM}-gcc-5 EXTRA_ARGS="disable_3d=yes"
|
env: PLATFORM=x11 TOOLS=no TARGET=release_debug CACHE_NAME=${PLATFORM}-gcc-5 EXTRA_ARGS="CXXFLAGS=-fno-strict-aliasing disable_3d=yes"
|
||||||
os: linux
|
os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
|
|
Loading…
Reference in a new issue