Skip to content
Snippets Groups Projects
Commit ac13cffbc929 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Fix deprecated Travis compiler flag

parent eada125d0bf3
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
- 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:
- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment