mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
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:
@@ -143,7 +143,7 @@ jobs:
|
|||||||
## GCC. ##
|
## GCC. ##
|
||||||
## ----- ##
|
## ----- ##
|
||||||
|
|
||||||
- name: "GCC 8 with sanitizers"
|
- name: "GCC 8 with sanitizers part 1"
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
addons:
|
addons:
|
||||||
@@ -151,6 +151,7 @@ jobs:
|
|||||||
packages: g++-8
|
packages: g++-8
|
||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CC='gcc-8 -fsanitize=undefined,address -fno-omit-frame-pointer' CXX='g++-8 -fsanitize=undefined,address -fno-omit-frame-pointer'"
|
- 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
|
- PART=1
|
||||||
|
|
||||||
- name: "GCC 8"
|
- name: "GCC 8"
|
||||||
|
|||||||
Reference in New Issue
Block a user