CI: pass -O1 to GCC8 with sanitizers

This build never finishes in the 50min credit given by Travis.  See if
with optimizations it works better.

* .travis.yml: here.
This commit is contained in:
Akim Demaille
2019-10-26 10:05:42 +02:00
parent 8228d96d33
commit 7e0b50c524

View File

@@ -143,7 +143,7 @@ jobs:
## GCC. ##
## ----- ##
- name: "GCC 8 with sanitizers"
- name: "GCC 8 with sanitizers part 1"
os: linux
dist: bionic
addons:
@@ -151,6 +151,7 @@ jobs:
packages: g++-8
env:
- MATRIX_EVAL="CC='gcc-8 -fsanitize=undefined,address -fno-omit-frame-pointer' CXX='g++-8 -fsanitize=undefined,address -fno-omit-frame-pointer'"
- CONFIGUREFLAGS='CFLAGS=-O1 CXXFLAGS=-O1'
- PART=1
- name: "GCC 8"