mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-10 08:58:16 +03:00
Fix deprecated Travis compiler flag
This commit is contained in:
parent
cf820462b7
commit
cfa912dd91
@ -15,7 +15,7 @@ matrix:
|
||||
- compiler: clang
|
||||
dist: trusty
|
||||
env: CONFIG="--without-python"
|
||||
CFLAGS="-O2 -g -fno-omit-frame-pointer -fsanitize=address,undefined -fno-sanitize-recover"
|
||||
CFLAGS="-O2 -g -fno-omit-frame-pointer -fsanitize=address,undefined -fno-sanitize-recover=all"
|
||||
UBSAN_OPTIONS=print_stacktrace=1
|
||||
script: sh autogen.sh $CONFIG && make -j2 V=1 && make check
|
||||
git:
|
||||
|
Loading…
x
Reference in New Issue
Block a user