mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 23:10:41 +01:00
travis: -fno-color-diagnostics does not play well with static analyzer
This commit is contained in:
parent
3ec6e495bc
commit
11da73f329
@ -21,7 +21,7 @@ matrix:
|
||||
- compiler: "clang"
|
||||
env: CFLAGS="-g -O1 -fsanitize=address -fno-color-diagnostics"
|
||||
- compiler: "clang"
|
||||
env: STAT_AN="YES", CFLAGS="-g -O1 -std=c99 -fno-color-diagnostics"
|
||||
env: STAT_AN="YES", CFLAGS="-g -O1 -std=c99"
|
||||
dist: trusty
|
||||
|
||||
before_install:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user