mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-28 04:35:09 +00:00
parent
270fd14b00
commit
41c42c86e3
1 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ matrix:
|
||||||
- libpcre2-dev
|
- libpcre2-dev
|
||||||
- python
|
- python
|
||||||
env:
|
env:
|
||||||
- CXXFLAGS="-g -O2 -Werror=address"
|
- CXXFLAGS="-Werror=address"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
|
@ -27,11 +27,11 @@ matrix:
|
||||||
- g++-multilib
|
- g++-multilib
|
||||||
- python
|
- python
|
||||||
env:
|
env:
|
||||||
- CXXFLAGS="-g -O2 -m32 -Werror=address" CFLAGS="-g -m32"
|
- CXXFLAGS="-m32 -Werror=address" CFLAGS="-m32"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env:
|
env:
|
||||||
- CXXFLAGS="-g -O2 -fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address"
|
- CXXFLAGS="-fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address"
|
||||||
- ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1
|
- ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1
|
||||||
- UBSAN_OPTIONS=print_stacktrace=1:report_error_type=1:suppressions=$TRAVIS_BUILD_DIR/build_tools/ubsan.blacklist
|
- UBSAN_OPTIONS=print_stacktrace=1:report_error_type=1:suppressions=$TRAVIS_BUILD_DIR/build_tools/ubsan.blacklist
|
||||||
addons:
|
addons:
|
||||||
|
@ -45,7 +45,7 @@ matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env:
|
env:
|
||||||
- CXXFLAGS="-g -O2 -fsanitize=thread"
|
- CXXFLAGS="-fsanitize=thread"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Reference in a new issue